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, startPrefixMapping
protected java.lang.String getTagName()
ExtParser
getTagName
in class ExtParser
protected org.xml.sax.ContentHandler getExtHandler() throws org.xml.sax.SAXException
ExtParser
getExtHandler
in class ExtParser
org.xml.sax.SAXException
- Creating the handler failed.public java.lang.Object getResult()
TypeParser
Copyright © 2001-2013. All Rights Reserved.