org.jbind.xml.parser
Class ParserContext

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

public class ParserContext
extends java.lang.Object


Field Summary
 IContentHandler contentHandler
           
 org.xml.sax.EntityResolver entityResolver
           
 IErrorHandler errorHandler
           
 org.xml.sax.InputSource inputSource
           
 java.util.Map internalEntities
           
 INamespaceContext namespaceContext
           
 
Constructor Summary
ParserContext(org.xml.sax.InputSource anInputSource, IContentHandler aContentHandler, IErrorHandler anErrorHandler, org.xml.sax.EntityResolver anEntityResolver, INamespaceContext aNamespaceContext, java.util.Map anInternalEntities, boolean aSignalDocumentEvents)
           
 
Method Summary
 void endDocument()
           
 void endElement(QualifiedName aQName, java.util.Map anAttributes, int aLine, int aColumn)
           
 void startDocument()
           
 void startElement(QualifiedName aQName, java.util.Map anAttributes, int aLine, int aColumn)
           
 void text(java.lang.String aString, int aLine, int aColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputSource

public final org.xml.sax.InputSource inputSource

contentHandler

public final IContentHandler contentHandler

errorHandler

public final IErrorHandler errorHandler

entityResolver

public final org.xml.sax.EntityResolver entityResolver

namespaceContext

public final INamespaceContext namespaceContext

internalEntities

public final java.util.Map internalEntities
Constructor Detail

ParserContext

public ParserContext(org.xml.sax.InputSource anInputSource,
                     IContentHandler aContentHandler,
                     IErrorHandler anErrorHandler,
                     org.xml.sax.EntityResolver anEntityResolver,
                     INamespaceContext aNamespaceContext,
                     java.util.Map anInternalEntities,
                     boolean aSignalDocumentEvents)
Method Detail

startDocument

public void startDocument()
                   throws java.lang.Exception
Throws:
java.lang.Exception

endDocument

public void endDocument()
                 throws java.lang.Exception
Throws:
java.lang.Exception

startElement

public void startElement(QualifiedName aQName,
                         java.util.Map anAttributes,
                         int aLine,
                         int aColumn)
                  throws java.lang.Exception
Throws:
java.lang.Exception

endElement

public void endElement(QualifiedName aQName,
                       java.util.Map anAttributes,
                       int aLine,
                       int aColumn)
                throws java.lang.Exception
Throws:
java.lang.Exception

text

public void text(java.lang.String aString,
                 int aLine,
                 int aColumn)
          throws java.lang.Exception
Throws:
java.lang.Exception