public class AnalyzedResult extends Object
INodeEx.analyze(AnalyzedResult)
method.Constructor and Description |
---|
AnalyzedResult() |
Modifier and Type | Method and Description |
---|---|
void |
addAccessKey(INodeEx a)
This method is used by items of tree.
|
void |
addFlashTopNode(IFlashNode f)
This method is used by items of tree.
|
void |
addSound(INodeExSound s)
This method is used by items of tree.
|
void |
addVideo(INodeExVideo v)
This method is used by items of tree.
|
INodeEx[] |
getAccessKeyNodes() |
IFlashNode[] |
getFlashTopNodes() |
INodeExSound[] |
getSoundNodes() |
INodeExVideo[] |
getVideoNodes() |
public void addFlashTopNode(IFlashNode f)
f
- public void addVideo(INodeExVideo v)
v
- public void addSound(INodeExSound s)
s
- public void addAccessKey(INodeEx a)
a
- public INodeExVideo[] getVideoNodes()
public INodeExSound[] getSoundNodes()
public INodeEx[] getAccessKeyNodes()
public IFlashNode[] getFlashTopNodes()