Class NodeParser

    • Constructor Detail

      • NodeParser

        public NodeParser()
    • Method Detail

      • getExtHandler

        protected ContentHandler getExtHandler()
                                        throws SAXException
        Description copied from class: ExtParser
        Returns a content handler for parsing the actual contents.
        Specified by:
        getExtHandler in class ExtParser
        Returns:
        A SAX handler for parsing the XML inside the outer ex:foo element.
        Throws:
        SAXException - Creating the handler failed.
      • getResult

        public Object getResult()
        Description copied from interface: TypeParser
        Returns the parsed object.
        Returns:
        The parameter or result object.