All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thaiopensource.relaxng.parse.ParseReceiver Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
package com.thaiopensource.relaxng.parse;

import org.xml.sax.XMLReader;
import org.xml.sax.SAXException;

public interface ParseReceiver, A extends Annotations>
        extends SubParser {
  ParsedPatternFuture

installHandlers(XMLReader xr, SchemaBuilder schemaBuilder, Scope scope) throws SAXException; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy