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,
org.xml.sax.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 org.xml.sax.SAXException
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionprotected void addResult(Object pValue)
addResult in class RecursiveTypeParserImplpublic void endElement(String pURI, String pLocalName, String pQName) throws org.xml.sax.SAXException
endElement in interface org.xml.sax.ContentHandlerendElement in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, org.xml.sax.Attributes pAttrs) throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionCopyright © 2001–2020. All rights reserved.