Class SAXParseReceiver<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
- java.lang.Object
-
- com.thaiopensource.relaxng.parse.sax.SAXSubParser<P,NC,L,EA,CL,A>
-
- com.thaiopensource.relaxng.parse.sax.SAXParseReceiver<P,NC,L,EA,CL,A>
-
- All Implemented Interfaces:
ParseReceiver<P,NC,L,EA,CL,A>,SubParser<P,NC,L,EA,CL,A>
public class SAXParseReceiver<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>> extends SAXSubParser<P,NC,L,EA,CL,A> implements ParseReceiver<P,NC,L,EA,CL,A>
-
-
Constructor Summary
Constructors Constructor Description SAXParseReceiver(SAXResolver resolver, org.xml.sax.ErrorHandler eh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedPatternFuture<P>installHandlers(org.xml.sax.XMLReader xr, SchemaBuilder<P,NC,L,EA,CL,A> schemaBuilder, Scope<P,L,EA,CL,A> scope)-
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SAXSubParser
createSubParseable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.thaiopensource.relaxng.parse.SubParser
createSubParseable
-
-
-
-
Constructor Detail
-
SAXParseReceiver
public SAXParseReceiver(SAXResolver resolver, org.xml.sax.ErrorHandler eh)
-
-
Method Detail
-
installHandlers
public ParsedPatternFuture<P> installHandlers(org.xml.sax.XMLReader xr, SchemaBuilder<P,NC,L,EA,CL,A> schemaBuilder, Scope<P,L,EA,CL,A> scope) throws org.xml.sax.SAXException
- Specified by:
installHandlersin interfaceParseReceiver<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>- Throws:
org.xml.sax.SAXException
-
-