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

List of all members.

Public Member Functions

void characters (char[] pChars, int pStart, int pLength) throws SAXException
void endElement (String pURI, String pLocalName, String pQName) throws SAXException
void startDocument () throws SAXException
void startElement (String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException

Protected Member Functions

 AtomicParser ()
abstract void setResult (String pResult) throws SAXException

Protected Attributes

StringBuffer sb

Private Attributes

int level

Detailed Description

Abstract base implementation of org.apache.xmlrpc.parser.TypeParser for parsing an atomic value.

Definition at line 31 of file AtomicParser.java.


Constructor & Destructor Documentation

Creates a new instance.

Definition at line 37 of file AtomicParser.java.


Member Function Documentation

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

Reimplemented from org.apache.xmlrpc.parser.TypeParserImpl.

Definition at line 46 of file AtomicParser.java.

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

Definition at line 57 of file AtomicParser.java.

abstract void org.apache.xmlrpc.parser.AtomicParser.setResult ( String  pResult) throws SAXException [protected, pure virtual]
void org.apache.xmlrpc.parser.AtomicParser.startDocument ( ) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.TypeParserImpl.

Definition at line 42 of file AtomicParser.java.

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

Definition at line 67 of file AtomicParser.java.


Member Data Documentation

Definition at line 32 of file AtomicParser.java.

StringBuffer org.apache.xmlrpc.parser.AtomicParser.sb [protected]

Definition at line 33 of file AtomicParser.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