Class XMLParser


  • public class XMLParser
    extends Object

    XMLParser provides a way for applications to handle a hook into applications and applications and it's server.

    • Constructor Detail

      • XMLParser

        public XMLParser()

        The application have to implement Parseoutput interface when use constructor without parameter.

      • XMLParser

        public XMLParser​(boolean usegeneric,
                         Map groupContainer)

        Use default GenericNode as node type if usegeneric is true.

        Parameters:
        usegeneric -
    • Method Detail

      • register

        public void register​(String elemname,
                             String classname)

        Register a call back function.

        Parameters:
        elemname - is the tag name of this node
        classname - is the call back function
      • getGroupContainer

        public Map getGroupContainer()