public class NodeParser extends ExtParser
Constructor and Description |
---|
NodeParser() |
Modifier and Type | Method and Description |
---|---|
protected ContentHandler |
getExtHandler()
Returns a content handler for parsing the actual
contents.
|
Object |
getResult()
Returns the parsed object.
|
protected String |
getTagName()
Returns the outer node name.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
protected String getTagName()
ExtParser
getTagName
in class ExtParser
protected ContentHandler getExtHandler() throws SAXException
ExtParser
getExtHandler
in class ExtParser
SAXException
- Creating the handler failed.public Object getResult()
TypeParser
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.