org.sblim.cimclient.internal.cimxml.sax.node

Interface NonVolatileIf

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
abstract voidaddChild(Node pChild)
Have to be called by SAX's DefaultHandler.startElement() after testChild() call.

Method Detail

addChild

public abstract 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.