org.apache.xmlrpc.parser
public class MapParser extends RecursiveTypeParserImpl
Constructor Summary | |
---|---|
MapParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory) Creates a new instance. |
Method Summary | |
---|---|
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) |
Parameters: pConfig The request or response configuration. pContext The namespace context. pFactory The factory.