|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.dom.DOMNavigator
This is exactly the same as org.apache.axiom.om.impl.om.OMNavigator, only the llom specifics are changed to dom. 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 | |
DOMNavigator()
Constructor OMNavigator. |
|
DOMNavigator(OMNode node)
Constructor OMNavigator. |
Method Summary | |
void |
init(OMNode node)
Method init. |
boolean |
isCompleted()
Returns the completed status. |
boolean |
isNavigable()
Returns the navigable status. |
OMNode |
next()
Gets 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 DOMNavigator()
public DOMNavigator(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 |