BEA Systems, Inc.

weblogic.apache.xerces.dom
Class TreeWalkerImpl

java.lang.Object
  extended by weblogic.apache.xerces.dom.TreeWalkerImpl
All Implemented Interfaces:
org.w3c.dom.traversal.TreeWalker

Deprecated. please use JDK supplied XML parsers and transformers

public class TreeWalkerImpl
extends Object
implements org.w3c.dom.traversal.TreeWalker


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

TreeWalkerImpl

public TreeWalkerImpl(Node root,
                      int whatToShow,
                      org.w3c.dom.traversal.NodeFilter nodeFilter,
                      boolean entityReferenceExpansion)
Deprecated. 
Public constructor

Method Detail

getRoot

public Node getRoot()
Deprecated. 
Specified by:
getRoot in interface org.w3c.dom.traversal.TreeWalker

getWhatToShow

public int getWhatToShow()
Deprecated. 
Return the whatToShow value

Specified by:
getWhatToShow in interface org.w3c.dom.traversal.TreeWalker

setWhatShow

public void setWhatShow(int whatToShow)
Deprecated. 

getFilter

public org.w3c.dom.traversal.NodeFilter getFilter()
Deprecated. 
Return the NodeFilter

Specified by:
getFilter in interface org.w3c.dom.traversal.TreeWalker

getExpandEntityReferences

public boolean getExpandEntityReferences()
Deprecated. 
Return whether children entity references are included in the iterator.

Specified by:
getExpandEntityReferences in interface org.w3c.dom.traversal.TreeWalker

getCurrentNode

public Node getCurrentNode()
Deprecated. 
Return the current Node.

Specified by:
getCurrentNode in interface org.w3c.dom.traversal.TreeWalker

setCurrentNode

public void setCurrentNode(Node node)
Deprecated. 
Return the current Node.

Specified by:
setCurrentNode in interface org.w3c.dom.traversal.TreeWalker

parentNode

public Node parentNode()
Deprecated. 
Return the parent Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
parentNode in interface org.w3c.dom.traversal.TreeWalker

firstChild

public Node firstChild()
Deprecated. 
Return the first child Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
firstChild in interface org.w3c.dom.traversal.TreeWalker

lastChild

public Node lastChild()
Deprecated. 
Return the last child Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
lastChild in interface org.w3c.dom.traversal.TreeWalker

previousSibling

public Node previousSibling()
Deprecated. 
Return the previous sibling Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
previousSibling in interface org.w3c.dom.traversal.TreeWalker

nextSibling

public Node nextSibling()
Deprecated. 
Return the next sibling Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
nextSibling in interface org.w3c.dom.traversal.TreeWalker

previousNode

public Node previousNode()
Deprecated. 
Return the previous Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
previousNode in interface org.w3c.dom.traversal.TreeWalker

nextNode

public Node nextNode()
Deprecated. 
Return the next Node from the current node, after applying filter, whatToshow. If result is not null, set the current Node.

Specified by:
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.