Class MethodCallNode

All Implemented Interfaces:
NonVolatileIf, ObjectPathIf, NodeConstIf

public class MethodCallNode extends AbstractMethodCallNode
ELEMENT METHODCALL ((LOCALINSTANCEPATH | LOCALCLASSPATH), PARAMVALUE*) ATTLIST METHODCALL %CIMName;
  • Constructor Details

    • MethodCallNode

      public MethodCallNode()
      Ctor.
  • Method Details

    • testSpecChild

      protected void testSpecChild(String pNodeNameEnum) throws SAXException
      Specified by:
      testSpecChild in class AbstractMethodCallNode
      Throws:
      SAXException
    • testCompletness

      public void testCompletness() throws 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:
      SAXException - It must be thrown when the Node is not valid.