Class IMethodCallNode

    • Constructor Detail

      • IMethodCallNode

        public IMethodCallNode()
        Ctor.
    • Method Detail

      • testSpecChild

        protected void testSpecChild​(java.lang.String pNodeNameEnum)
                              throws org.xml.sax.SAXException
        Specified by:
        testSpecChild in class AbstractMethodCallNode
        Throws:
        org.xml.sax.SAXException
      • testCompletness

        public void testCompletness()
                             throws org.xml.sax.SAXException
        Description copied from class: Node
        It have to be called by SAX's DefaultHandler.endElement(). It's task is to check that the Element is built up correctly. The implementer function can do some post processing here. testCompletness
        Specified by:
        testCompletness in class Node
        Throws:
        org.xml.sax.SAXException - It must be thrown when the Node is not valid.