org.jbind.xml.parser
Class ParserContext
java.lang.Object
org.jbind.xml.parser.ParserContext
- public class ParserContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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