org.jbind.xml.parser
Class InputSourceParser
java.lang.Object
org.jbind.xml.parser.InputSourceParser
- public class InputSourceParser
- extends java.lang.Object
Parser for an arbitrary input source.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputSourceParser
public InputSourceParser()
parse
public void parse(org.xml.sax.InputSource anInputSource,
IContentHandler aContentHandler,
IErrorHandler anErrorHandler,
org.xml.sax.EntityResolver anEntityResolver)
xInclude
public void xInclude(org.xml.sax.InputSource anInputSource,
IContentHandler aContentHandler,
IErrorHandler anErrorHandler,
org.xml.sax.EntityResolver anEntityResolver)
throws ParsingAbortedException
- Throws:
ParsingAbortedException