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

Packages that use INode
org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters. 
 

Uses of INode in org.eclipse.birt.report.engine.content
 

Methods in org.eclipse.birt.report.engine.content that return INode
 INode INode.getParent()
           
 INode INode.getPrevious()
           
 INode INode.getNext()
           
 

Methods in org.eclipse.birt.report.engine.content with parameters of type INode
 void INode.setParent(INode parent)
           
 void INode.setPrevious(INode previous)
           
 void INode.setNext(INode next)
           
 void INode.appendChild(INode child)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.