public class ObjectArrayParser extends RecursiveTypeParserImpl
ObjectArraySerializer.cfg| Constructor and Description |
|---|
ObjectArrayParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResult(Object pValue) |
void |
endElement(String pURI,
String pLocalName,
String pQName) |
void |
startDocument() |
void |
startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs) |
characters, endPrefixMapping, endValueTag, ignorableWhitespace, processingInstruction, skippedEntity, startPrefixMapping, startValueTagendDocument, getDocumentLocator, getResult, isEmpty, setDocumentLocator, setResultpublic ObjectArrayParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
pContext - The namespace context.pConfig - The request or response configuration.pFactory - The type factory.public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class RecursiveTypeParserImplSAXExceptionprotected void addResult(Object pValue)
addResult in class RecursiveTypeParserImplpublic void endElement(String pURI, String pLocalName, String pQName) throws SAXException
endElement in interface ContentHandlerendElement in class RecursiveTypeParserImplSAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
startElement in interface ContentHandlerstartElement in class RecursiveTypeParserImplSAXExceptionCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.