|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.TreeWalkerImpl
public class TreeWalkerImpl
Constructor Summary | |
---|---|
TreeWalkerImpl(Node root,
int whatToShow,
org.w3c.dom.traversal.NodeFilter nodeFilter,
boolean entityReferenceExpansion)
Deprecated. Public constructor |
Method Summary | |
---|---|
Node |
firstChild()
Deprecated. Return the first child Node from the current node, after applying filter, whatToshow. |
Node |
getCurrentNode()
Deprecated. Return the current Node. |
boolean |
getExpandEntityReferences()
Deprecated. Return whether children entity references are included in the iterator. |
org.w3c.dom.traversal.NodeFilter |
getFilter()
Deprecated. Return the NodeFilter |
Node |
getRoot()
Deprecated. |
int |
getWhatToShow()
Deprecated. Return the whatToShow value |
Node |
lastChild()
Deprecated. Return the last child Node from the current node, after applying filter, whatToshow. |
Node |
nextNode()
Deprecated. Return the next Node from the current node, after applying filter, whatToshow. |
Node |
nextSibling()
Deprecated. Return the next sibling Node from the current node, after applying filter, whatToshow. |
Node |
parentNode()
Deprecated. Return the parent Node from the current node, after applying filter, whatToshow. |
Node |
previousNode()
Deprecated. Return the previous Node from the current node, after applying filter, whatToshow. |
Node |
previousSibling()
Deprecated. Return the previous sibling Node from the current node, after applying filter, whatToshow. |
void |
setCurrentNode(Node node)
Deprecated. Return the current Node. |
void |
setWhatShow(int whatToShow)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeWalkerImpl(Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter nodeFilter, boolean entityReferenceExpansion)
Method Detail |
---|
public Node getRoot()
getRoot
in interface org.w3c.dom.traversal.TreeWalker
public int getWhatToShow()
getWhatToShow
in interface org.w3c.dom.traversal.TreeWalker
public void setWhatShow(int whatToShow)
public org.w3c.dom.traversal.NodeFilter getFilter()
getFilter
in interface org.w3c.dom.traversal.TreeWalker
public boolean getExpandEntityReferences()
getExpandEntityReferences
in interface org.w3c.dom.traversal.TreeWalker
public Node getCurrentNode()
getCurrentNode
in interface org.w3c.dom.traversal.TreeWalker
public void setCurrentNode(Node node)
setCurrentNode
in interface org.w3c.dom.traversal.TreeWalker
public Node parentNode()
parentNode
in interface org.w3c.dom.traversal.TreeWalker
public Node firstChild()
firstChild
in interface org.w3c.dom.traversal.TreeWalker
public Node lastChild()
lastChild
in interface org.w3c.dom.traversal.TreeWalker
public Node previousSibling()
previousSibling
in interface org.w3c.dom.traversal.TreeWalker
public Node nextSibling()
nextSibling
in interface org.w3c.dom.traversal.TreeWalker
public Node previousNode()
previousNode
in interface org.w3c.dom.traversal.TreeWalker
public Node nextNode()
nextNode
in interface org.w3c.dom.traversal.TreeWalker
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |