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

List of all members.

Public Member Functions

void characters (char[] pChars, int pOffset, int pLength) throws SAXException
void endDocument () throws SAXException
void endPrefixMapping (String pPrefix) throws SAXException
Locator getDocumentLocator ()
Object getResult () throws XmlRpcException
void ignorableWhitespace (char[] pChars, int pOffset, int pLength) throws SAXException
void processingInstruction (String pTarget, String pData) throws SAXException
void setDocumentLocator (Locator pLocator)
void setResult (Object pResult)
void skippedEntity (String pName) throws SAXException
void startDocument () throws SAXException
void startPrefixMapping (String pPrefix, String pURI) throws SAXException

Static Protected Member Functions

static boolean isEmpty (char[] pChars, int pStart, int pLength)

Private Attributes

Locator locator
Object result

Detailed Description

Abstract base implementation of a org.apache.xmlrpc.parser.TypeParser, for derivation of subclasses.

Definition at line 30 of file TypeParserImpl.java.


Member Function Documentation

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

Definition at line 65 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.endPrefixMapping ( String  pPrefix) throws SAXException [inline]

Reimplemented in org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 62 of file TypeParserImpl.java.

Returns the document locator.

Returns:
Locator object describing the current location within the document.

Definition at line 44 of file TypeParserImpl.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.

Reimplemented in org.apache.xmlrpc.parser.SerializableParser.

Definition at line 38 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.ignorableWhitespace ( char[]  pChars,
int  pOffset,
int  pLength 
) throws SAXException [inline]
static boolean org.apache.xmlrpc.parser.TypeParserImpl.isEmpty ( char[]  pChars,
int  pStart,
int  pLength 
) [inline, static, protected]

Definition at line 71 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.processingInstruction ( String  pTarget,
String  pData 
) throws SAXException [inline]

PI's are by default ignored.

Reimplemented in org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 49 of file TypeParserImpl.java.

Definition at line 45 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.setResult ( Object  pResult) [inline]

Sets the result object.

Parameters:
pResultThe result object.

Definition at line 37 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.skippedEntity ( String  pName) throws SAXException [inline]

Skipped entities raise an exception by default.

Reimplemented in org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 54 of file TypeParserImpl.java.

void org.apache.xmlrpc.parser.TypeParserImpl.startDocument ( ) throws SAXException [inline]
void org.apache.xmlrpc.parser.TypeParserImpl.startPrefixMapping ( String  pPrefix,
String  pURI 
) throws SAXException [inline]

Reimplemented in org.apache.xmlrpc.parser.RecursiveTypeParserImpl.

Definition at line 59 of file TypeParserImpl.java.


Member Data Documentation

Definition at line 32 of file TypeParserImpl.java.

Definition at line 31 of file TypeParserImpl.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