org.apache.xmlrpc.parser
Class ObjectArrayParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.RecursiveTypeParserImpl
org.apache.xmlrpc.parser.ObjectArrayParser
- All Implemented Interfaces:
- TypeParser, ContentHandler
public class ObjectArrayParser
- extends RecursiveTypeParserImpl
Parser for an array of objects, as created by
ObjectArraySerializer
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectArrayParser
public ObjectArrayParser(XmlRpcStreamConfig pConfig,
NamespaceContextImpl pContext,
TypeFactory pFactory)
- Creates a new instance.
- Parameters:
pContext
- The namespace context.pConfig
- The request or response configuration.pFactory
- The type factory.
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class RecursiveTypeParserImpl
- Throws:
SAXException
addResult
protected void addResult(Object pValue)
- Specified by:
addResult
in class RecursiveTypeParserImpl
endElement
public void endElement(String pURI,
String pLocalName,
String pQName)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class RecursiveTypeParserImpl
- Throws:
SAXException
startElement
public void startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class RecursiveTypeParserImpl
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.