org.sblim.cimclient.internal.cimxml.sax.node
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
 void addChild(Node pChild)
          Have to be called by SAX's DefaultHandler.startElement() after testChild() call.
 

Method Detail

addChild

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

Parameters:
pChild -


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.