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, startValueTag
endDocument, getDocumentLocator, getResult, isEmpty, setDocumentLocator, setResult
public 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 RecursiveTypeParserImpl
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class RecursiveTypeParserImpl
SAXException
public void characters(char[] pChars, int pOffset, int pLength) throws SAXException
characters
in interface ContentHandler
characters
in class RecursiveTypeParserImpl
SAXException
public void ignorableWhitespace(char[] pChars, int pOffset, int pLength) throws SAXException
ignorableWhitespace
in interface ContentHandler
ignorableWhitespace
in class RecursiveTypeParserImpl
SAXException
public void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class RecursiveTypeParserImpl
SAXException
public void endElement(String pURI, String pLocalName, String pQName) throws SAXException
endElement
in interface ContentHandler
endElement
in class RecursiveTypeParserImpl
SAXException
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.