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

List of all members.

Public Member Functions

void characters (char[] pChars, int pOffset, int pLength) throws SAXException
void endElement (String pURI, String pLocalName, String pQName) throws SAXException
void ignorableWhitespace (char[] pChars, int pOffset, int pLength) throws SAXException
 MapParser (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 pResult) throws SAXException

Package Attributes

boolean doneValue
boolean inValue

Private Attributes

boolean inName
int level = 0
Map map
StringBuffer nameBuffer = new StringBuffer()
Object nameObject

Detailed Description

org.apache.xmlrpc.parser.TypeParser implementation for maps.

Definition at line 39 of file MapParser.java.


Constructor & Destructor Documentation

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

Creates a new instance.

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

Definition at line 51 of file MapParser.java.


Member Function Documentation

void org.apache.xmlrpc.parser.MapParser.addResult ( Object  pResult) throws SAXException [inline, protected, virtual]

Implements org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 57 of file MapParser.java.

void org.apache.xmlrpc.parser.MapParser.characters ( char[]  pChars,
int  pOffset,
int  pLength 
) throws SAXException [inline]

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

Definition at line 82 of file MapParser.java.

void org.apache.xmlrpc.parser.MapParser.endElement ( String  pURI,
String  pLocalName,
String  pQName 
) throws SAXException [inline]

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

Definition at line 164 of file MapParser.java.

void org.apache.xmlrpc.parser.MapParser.ignorableWhitespace ( char[]  pChars,
int  pOffset,
int  pLength 
) throws SAXException [inline]

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

Definition at line 90 of file MapParser.java.

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

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

Definition at line 75 of file MapParser.java.

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

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

Definition at line 98 of file MapParser.java.


Member Data Documentation

Definition at line 44 of file MapParser.java.

Definition at line 44 of file MapParser.java.

Definition at line 44 of file MapParser.java.

Definition at line 40 of file MapParser.java.

Definition at line 43 of file MapParser.java.

StringBuffer org.apache.xmlrpc.parser.MapParser.nameBuffer = new StringBuffer() [private]

Definition at line 41 of file MapParser.java.

Definition at line 42 of file MapParser.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