XmlReadHandler |
RootXmlReadHandler.createHandler(java.lang.Class classToRead,
java.lang.String tagName,
org.xml.sax.Attributes atts) |
Creates a SAX handler for the specified class.
|
void |
RootXmlReadHandler.delegate(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs) |
Delegate to another handler.
|
protected void |
AbstractXmlReadHandler.doneParsing() |
Done parsing.
|
void |
XmlReadHandler.endElement(java.lang.String tagName) |
This method is called at the end of an element.
|
private XmlReadHandler |
RootXmlReadHandler.findHandlerForClass(java.lang.Class classToRead,
org.xml.sax.Attributes atts,
java.util.ArrayList history) |
Finds a handler for the specified class.
|
protected XmlReadHandler |
AbstractXmlReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts) |
Returns the handler for a child element.
|
java.lang.Object |
Base64ReadHandler.getObject() |
Deprecated.
Returns the object under construction.
|
java.lang.Object |
XmlReadHandler.getObject() |
Returns the object for this element or null, if this element does
not create an object.
|
protected java.lang.Class |
RootXmlReadHandler.loadClass(java.lang.String className) |
Loads the given class, and ignores all exceptions which may occur
during the loading.
|
protected XmlReadHandler |
RootXmlReadHandler.loadHandlerClass(java.lang.String className) |
Loads the given class, and ignores all exceptions which may occur
during the loading.
|
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs) |
Start a new handler stack and delegate to another handler.
|
void |
AbstractXmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs) |
This method is called at the start of an element.
|
void |
XmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs) |
This method is called at the start of an element.
|
protected void |
AbstractXmlReadHandler.startParsing(org.xml.sax.Attributes attrs) |
Starts parsing.
|
void |
RootXmlReadHandler.unwind(java.lang.String tagName) |
Hand control back to the previous handler.
|