org.apache.xmlrpc.parser
public abstract class RecursiveTypeParserImpl extends TypeParserImpl
| Field Summary | |
|---|---|
| protected XmlRpcStreamConfig | cfg |
| Constructor Summary | |
|---|---|
| protected | RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory) Creates a new instance. |
| Method Summary | |
|---|---|
| protected abstract void | addResult(Object pResult) |
| void | characters(char[] pChars, int pOffset, int pLength) |
| void | endElement(String pURI, String pLocalName, String pQName) |
| void | endPrefixMapping(String pPrefix) |
| protected void | endValueTag() |
| void | ignorableWhitespace(char[] pChars, int pOffset, int pLength) |
| void | processingInstruction(String pTarget, String pData) |
| void | skippedEntity(String pEntity) |
| void | startDocument() |
| void | startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) |
| void | startPrefixMapping(String pPrefix, String pURI) |
| protected void | startValueTag() |
Parameters: pContext The namespace context. pConfig The request or response configuration. pFactory The type factory.