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, startPrefixMappingprotected String getTagName()
ExtParsergetTagName in class ExtParserprotected ContentHandler getExtHandler() throws SAXException
ExtParsergetExtHandler in class ExtParserSAXException - Creating the handler failed.public Object getResult()
TypeParserCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.