Uses of Interface
org.eclipse.birt.report.engine.content.INode
Packages that use INode
Package
Description
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 INodeModifier and TypeMethodDescriptionINode.getNext()
Get the sibling node immediately following the specified node.INode.getParent()
Get the parent of the node, or return null if the node is in tree top level.INode.getPrevious()
Get the sibling node immediately preceding the specified node.Methods in org.eclipse.birt.report.engine.content with parameters of type INodeModifier and TypeMethodDescriptionvoid
INode.appendChild
(INode child) Append a child to this node.void
Set the sibling node immediately following the specified node.void
Set the parent of the node.void
INode.setPrevious
(INode previous) Set the sibling node immediately preceding the specified node.