|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.llom.OMNavigator
Refer to the testClass to find out how to use features like isNavigable, isComplete and step
Field Summary | |
protected OMNode |
node
Field node |
Constructor Summary | |
OMNavigator()
Constructor OMNavigator |
|
OMNavigator(OMNode node)
Constructor OMNavigator |
Method Summary | |
void |
init(OMNode node)
Method init |
boolean |
isCompleted()
The completed status |
boolean |
isNavigable()
the navigable status |
OMNode |
next()
get the next node |
void |
step()
This is a very special method. |
boolean |
visited()
Method visited |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected OMNode node
Constructor Detail |
public OMNavigator()
public OMNavigator(OMNode node)
node
- Method Detail |
public void init(OMNode node)
node
- public OMNode next()
public boolean visited()
public void step()
public boolean isNavigable()
public boolean isCompleted()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |