Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes
org.apache.xmlrpc.parser.NodeParser Class Reference
Inheritance diagram for org.apache.xmlrpc.parser.NodeParser:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Object getResult ()

Protected Member Functions

ContentHandler getExtHandler () throws SAXException
String getTagName ()

Private Attributes

final DOMBuilder builder = new DOMBuilder()

Static Private Attributes

static final DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance()

Detailed Description

A parser for DOM document.

Definition at line 32 of file NodeParser.java.


Member Function Documentation

ContentHandler org.apache.xmlrpc.parser.NodeParser.getExtHandler ( ) throws SAXException [inline, protected, virtual]

Returns a content handler for parsing the actual contents.

Returns:
A SAX handler for parsing the XML inside the outer ex:foo element.
Exceptions:
SAXExceptionCreating the handler failed.

Implements org.apache.xmlrpc.parser.ExtParser.

Definition at line 40 of file NodeParser.java.

Returns the parsed object.

Returns:
The parameter or result object.
Exceptions:
XmlRpcExceptionCreating the result object failed.
IllegalStateExceptionThe method was invoked before org.xml.sax.ContentHandler#endDocument.

Implements org.apache.xmlrpc.parser.TypeParser.

Definition at line 49 of file NodeParser.java.

String org.apache.xmlrpc.parser.NodeParser.getTagName ( ) [inline, protected, virtual]

Returns the outer node name.

Implements org.apache.xmlrpc.parser.ExtParser.

Definition at line 36 of file NodeParser.java.


Member Data Documentation

final DOMBuilder org.apache.xmlrpc.parser.NodeParser.builder = new DOMBuilder() [private]

Definition at line 34 of file NodeParser.java.

final DocumentBuilderFactory org.apache.xmlrpc.parser.NodeParser.dbf = DocumentBuilderFactory.newInstance() [static, private]

Definition at line 33 of file NodeParser.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50