|
XML for Java EA2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.xml.dom.traversal.TreeWalkerImpl
This class implements the TreeWalker interface.
Field Summary | |
static boolean |
DEBUG
|
Constructor Summary | |
TreeWalkerImpl(Node root,
int whatToShow,
NodeFilter nodeFilter)
Public constructor |
Method Summary | |
Node |
firstChild()
Return the first child Node from the current node, after applying filter, whatToshow. |
Node |
getCurrentNode()
Return the current Node. |
NodeFilter |
getFilter()
Return the NodeFilter |
int |
getWhatToShow()
Return the whatToShow value |
Node |
lastChild()
Return the last child Node from the current node, after applying filter, whatToshow. |
Node |
nextNode()
Return the next Node from the current node, after applying filter, whatToshow. |
Node |
nextSibling()
Return the next sibling Node from the current node, after applying filter, whatToshow. |
Node |
parentNode()
Return the parent Node from the current node, after applying filter, whatToshow. |
Node |
previousNode()
Return the previous Node from the current node, after applying filter, whatToshow. |
Node |
previousSibling()
Return the previous sibling Node from the current node, after applying filter, whatToshow. |
void |
setCurrentNode(Node node)
Return the current Node. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final boolean DEBUG
Constructor Detail |
public TreeWalkerImpl(Node root, int whatToShow, NodeFilter nodeFilter)
Method Detail |
public int getWhatToShow()
public NodeFilter getFilter()
public Node getCurrentNode()
public void setCurrentNode(Node node)
public Node parentNode()
public Node firstChild()
public Node lastChild()
public Node previousSibling()
public Node nextSibling()
public Node previousNode()
public Node nextNode()
|
XML for Java EA2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |