|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getNext()
Get the sibling node immediately following the specified node. |
INode |
INode.getParent()
Get the parent of the node, or return null if the node is in tree top level. |
INode |
INode.getPrevious()
Get the sibling node immediately preceding the specified node. |
| Methods in org.eclipse.birt.report.engine.content with parameters of type INode | |
|---|---|
void |
INode.appendChild(INode child)
Append a child to this node. |
void |
INode.setNext(INode next)
Set the sibling node immediately following the specified node. |
void |
INode.setParent(INode parent)
Set the parent of the node. |
void |
INode.setPrevious(INode previous)
Set the sibling node immediately preceding the specified node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||