Interface NonVolatileIf

All Known Implementing Classes:
AbstractMessageNode, AbstractMethodCallNode, AbstractMultiRspNode, AbstractResponseNode, AbstractSimpleRspNode, CIMNode, ExpMethodCallNode, ExpMethodResponseNode, ExpParamValueNode, IMethodCallNode, IMethodResponseNode, IReturnValueNode, MessageNode, MethodCallNode, MethodResponseNode, MultiExpReqNode, MultiExpRspNode, MultiReqNode, MultiRspNode, SimpleExpReqNode, SimpleExpRspNode, SimpleReqNode, SimpleRspNode

public interface NonVolatileIf
This interface have to be implemented by those Node classes which instances cannot be reused. (e.g. CIM, MESSAGE, SIMPLERSP, IMETHODRESPONSE, IRETURNVALUE)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addChild(Node pChild)
    Have to be called by SAX's DefaultHandler.startElement() after testChild() call.
  • Method Details

    • addChild

      void addChild(Node pChild)
      Have to be called by SAX's DefaultHandler.startElement() after testChild() call.
      Parameters:
      pChild -