A holder for a SAX ContentHandler
and
LexicalHandler
that are
capable of loading an
XmlObject
instance. Once all the SAX events are pushed
to the handlers, call
XmlSaxHandler.getObject()
to get the loaded XmlObject.
Related Topics
XmlObject.Factory.newXmlSaxHandler()
SchemaTypeLoader.newXmlSaxHandler(SchemaType, XmlOptions)
Method Summary |
public |
|
public |
|
public |
|
Method Detail |
public ContentHandler
getContentHandler()
The ContentHandler expecting SAX content events.
Related Topics
public LexicalHandler
getLexicalHandler()
The LexicalHandler expecting SAX lexical events.
Related Topics
publicReturns the loaded XmlObject after all the SAX events have been finishedXmlObject
getObject()
throwsXmlException
XmlException