public class NodeParser extends ExtParser
| Constructor and Description |
|---|
NodeParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.xml.sax.ContentHandler |
getExtHandler()
Returns a content handler for parsing the actual
contents.
|
java.lang.Object |
getResult()
Returns the parsed object.
|
protected java.lang.String |
getTagName()
Returns the outer node name.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingprotected java.lang.String getTagName()
ExtParsergetTagName in class ExtParserprotected org.xml.sax.ContentHandler getExtHandler()
throws org.xml.sax.SAXException
ExtParsergetExtHandler in class ExtParserorg.xml.sax.SAXException - Creating the handler failed.public java.lang.Object getResult()
TypeParserCopyright © 2001-2013. All Rights Reserved.