|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.parser.ExtParser org.apache.xmlrpc.parser.NodeParser
public class NodeParser
A parser for DOM document.
Constructor Summary | |
---|---|
NodeParser()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.xmlrpc.parser.ExtParser |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeParser()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |