public class MapParser extends RecursiveTypeParserImpl
TypeParser implementation
for maps.cfg| Constructor and Description |
|---|
MapParser(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 pResult) |
void |
characters(char[] pChars,
int pOffset,
int pLength) |
void |
endElement(String pURI,
String pLocalName,
String pQName) |
void |
ignorableWhitespace(char[] pChars,
int pOffset,
int pLength) |
void |
startDocument() |
void |
startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs) |
endPrefixMapping, endValueTag, processingInstruction, skippedEntity, startPrefixMapping, startValueTagendDocument, getDocumentLocator, getResult, isEmpty, setDocumentLocator, setResultpublic MapParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
pConfig - The request or response configuration.pContext - The namespace context.pFactory - The factory.protected void addResult(Object pResult) throws SAXException
addResult in class RecursiveTypeParserImplSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class RecursiveTypeParserImplSAXExceptionpublic void characters(char[] pChars,
int pOffset,
int pLength)
throws SAXException
characters in interface ContentHandlercharacters in class RecursiveTypeParserImplSAXExceptionpublic void ignorableWhitespace(char[] pChars,
int pOffset,
int pLength)
throws SAXException
ignorableWhitespace in interface ContentHandlerignorableWhitespace in class RecursiveTypeParserImplSAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
startElement in interface ContentHandlerstartElement in class RecursiveTypeParserImplSAXExceptionpublic void endElement(String pURI, String pLocalName, String pQName) throws SAXException
endElement in interface ContentHandlerendElement in class RecursiveTypeParserImplSAXExceptionCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.