Package | Description |
---|---|
org.eclipse.actf.model.dom.dombycom |
This package contains utilities to access DOM information via the COM wrapper.
|
Modifier and Type | Method and Description |
---|---|
IFlashNode[] |
AnalyzedResult.getFlashTopNodes() |
IFlashNode[] |
IFlashNode.getInnerNodes() |
IFlashNode |
IFlashNode.getNodeAtDepth(int depth) |
IFlashNode |
IFlashNode.getNodeFromPath(String path) |
IFlashNode[] |
IFlashNode.translate()
This method is used by the auto translate function.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalyzedResult.addFlashTopNode(IFlashNode f)
This method is used by items of tree.
|