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

List of all members.

Public Member Functions

void endElement (String pURI, String pLocalName, String pQName) throws SAXException
 ObjectArrayParser (XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
void startDocument () throws SAXException
void startElement (String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException

Protected Member Functions

void addResult (Object pValue)

Private Attributes

int level = 0
List list

Detailed Description

Parser for an array of objects, as created by org.apache.xmlrpc.serializer.ObjectArraySerializer.

Definition at line 39 of file ObjectArrayParser.java.


Constructor & Destructor Documentation

org.apache.xmlrpc.parser.ObjectArrayParser.ObjectArrayParser ( XmlRpcStreamConfig  pConfig,
NamespaceContextImpl  pContext,
TypeFactory  pFactory 
) [inline]

Creates a new instance.

Parameters:
pContextThe namespace context.
pConfigThe request or response configuration.
pFactoryThe type factory.

Definition at line 48 of file ObjectArrayParser.java.


Member Function Documentation

void org.apache.xmlrpc.parser.ObjectArrayParser.addResult ( Object  pValue) [inline, protected, virtual]
void org.apache.xmlrpc.parser.ObjectArrayParser.endElement ( String  pURI,
String  pLocalName,
String  pQName 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 64 of file ObjectArrayParser.java.

void org.apache.xmlrpc.parser.ObjectArrayParser.startDocument ( ) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 54 of file ObjectArrayParser.java.

void org.apache.xmlrpc.parser.ObjectArrayParser.startElement ( String  pURI,
String  pLocalName,
String  pQName,
Attributes  pAttrs 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 79 of file ObjectArrayParser.java.


Member Data Documentation

Definition at line 40 of file ObjectArrayParser.java.

Definition at line 41 of file ObjectArrayParser.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