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
-
Method Details
-
addChild
Have to be called by SAX's DefaultHandler.startElement() after testChild() call.- Parameters:
pChild
-
-