| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.parser.TypeParserImplorg.apache.xmlrpc.parser.RecursiveTypeParserImplorg.apache.xmlrpc.parser.ObjectArrayParserpublic class ObjectArrayParserextends RecursiveTypeParserImplObjectArraySerializer.
Field Summary |
Fields inherited from class org.apache.xmlrpc.parser.RecursiveTypeParserImpl | |
cfg | |
Constructor Summary | |
| |
Method Summary | |
protected void |
|
void |
|
void | |
void |
|
Methods inherited from class org.apache.xmlrpc.parser.RecursiveTypeParserImpl | |
addResult, characters, endElement, endPrefixMapping, endValueTag, ignorableWhitespace, processingInstruction, skippedEntity, startDocument, startElement, startPrefixMapping, startValueTag | |
Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl | |
characters, endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startDocument, startPrefixMapping | |
public ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.
- Parameters:
pConfig- The request or response configuration.pContext- The namespace context.pFactory- The type factory.
protected void addResult(Object pValue)
- Overrides:
- addResult in interface RecursiveTypeParserImpl
public void endElement(String pURI,
String pLocalName,
String pQName)
throws SAXException
- Overrides:
- endElement in interface RecursiveTypeParserImpl
public void startDocument()
throws SAXException
- Overrides:
- startDocument in interface RecursiveTypeParserImpl
public void startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXException
- Overrides:
- startElement in interface RecursiveTypeParserImpl