| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.xml.utils.TreeWalker
        |
        +--org.apache.xalan.transformer.TreeWalker2Result
**For internal use only** Handle a walk of a tree, but screen out attributes for the result tree.
| Constructor Summary | |
TreeWalker2Result(TransformerImpl transformer,
                  ResultTreeHandler handler)
Constructor.  | 
|
| Method Summary | |
 void | 
traverse(Node pos)
Perform a pre-order traversal non-recursive style.  | 
| Methods inherited from class org.apache.xml.utils.TreeWalker | 
getcontentHandler, 
traverse | 
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public TreeWalker2Result(TransformerImpl transformer,
                         ResultTreeHandler handler)
transformer - Non-null transformer instancehandler - The Result tree handler to use| Method Detail | 
public void traverse(Node pos)
              throws SAXException
pos - Start node for traversal
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||