org.apache.velocity.anakia
public class TreeWalker extends java.lang.Object
element.selectNodes("//*")
.Constructor and Description |
---|
TreeWalker()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
NodeList |
allElements(org.jdom.Element e)
Creates a new Vector and walks the Element tree.
|
private void |
treeWalk(org.jdom.Element e,
java.util.Collection theElements)
A recursive method to walk the Element tree.
|
public NodeList allElements(org.jdom.Element e)
Element
- the starting Element nodeprivate final void treeWalk(org.jdom.Element e, java.util.Collection theElements)
Element
- the current ElementCopyright ? 2002 Apache Software Foundation. All Rights Reserved.