org.jbind.xml.parser
Class InputSourceParser

java.lang.Object
  extended byorg.jbind.xml.parser.InputSourceParser

public class InputSourceParser
extends java.lang.Object

Parser for an arbitrary input source.


Constructor Summary
InputSourceParser()
           
 
Method Summary
 void parse(org.xml.sax.InputSource anInputSource, IContentHandler aContentHandler, IErrorHandler anErrorHandler, org.xml.sax.EntityResolver anEntityResolver)
           
 void xInclude(org.xml.sax.InputSource anInputSource, IContentHandler aContentHandler, IErrorHandler anErrorHandler, org.xml.sax.EntityResolver anEntityResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSourceParser

public InputSourceParser()
Method Detail

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