|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.model.dom.dombycom.AnalyzedResult
public class AnalyzedResult
AnalyzedResult is used as the object storage for DOM tree traversal.
Currently it will have video objects, sound objects, access key list, and
Flash nodes. You can collect those objects with
INodeEx.analyze(AnalyzedResult)
method.
Constructor Summary | |
---|---|
AnalyzedResult()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyzedResult()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |