|
|||||||||||
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.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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |