org.eclipse.birt.report.engine.content
Interface INode


public interface INode

Tree interface. implement memory management policy. The node may exist in disk or keep in the memory.

Version:
$Revision: 1.1 $ $Date: 2005/11/11 06:26:45 $

Method Summary
 void appendChild(INode child)
           
 java.util.Iterator getChildren()
           
 INode getParent()
           
 void removeChildren()
           
 void setParent(INode parent)
           
 

Method Detail

getParent

public INode getParent()

setParent

public void setParent(INode parent)

appendChild

public void appendChild(INode child)

getChildren

public java.util.Iterator getChildren()

removeChildren

public void removeChildren()


Copyright © 2005 Actuate Corp. All rights reserved.