Class ObjectArrayParser

    • Field Detail

      • level

        private int level
      • list

        private java.util.List list
    • Constructor Detail

      • ObjectArrayParser

        public ObjectArrayParser​(XmlRpcStreamConfig pConfig,
                                 org.apache.ws.commons.util.NamespaceContextImpl pContext,
                                 TypeFactory pFactory)
        Creates a new instance.
        Parameters:
        pContext - The namespace context.
        pConfig - The request or response configuration.
        pFactory - The type factory.
    • Method Detail

      • startDocument

        public void startDocument()
                           throws org.xml.sax.SAXException
        Specified by:
        startDocument in interface org.xml.sax.ContentHandler
        Overrides:
        startDocument in class RecursiveTypeParserImpl
        Throws:
        org.xml.sax.SAXException
      • endElement

        public void endElement​(java.lang.String pURI,
                               java.lang.String pLocalName,
                               java.lang.String pQName)
                        throws org.xml.sax.SAXException
        Specified by:
        endElement in interface org.xml.sax.ContentHandler
        Overrides:
        endElement in class RecursiveTypeParserImpl
        Throws:
        org.xml.sax.SAXException
      • startElement

        public void startElement​(java.lang.String pURI,
                                 java.lang.String pLocalName,
                                 java.lang.String pQName,
                                 org.xml.sax.Attributes pAttrs)
                          throws org.xml.sax.SAXException
        Specified by:
        startElement in interface org.xml.sax.ContentHandler
        Overrides:
        startElement in class RecursiveTypeParserImpl
        Throws:
        org.xml.sax.SAXException