Uses of Class
org.apache.velocity.anakia.NodeList

Packages that use NodeList
org.apache.velocity.anakia   
 

Uses of NodeList in org.apache.velocity.anakia
 

Methods in org.apache.velocity.anakia that return NodeList
 NodeList XPathTool.applyTo(String xpathSpec, org.jdom.Document doc)
          Apply an XPath to a JDOM Document
 NodeList XPathTool.applyTo(String xpathSpec, org.jdom.Element elem)
          Apply an XPath to a JDOM Element
 NodeList XPathTool.applyTo(String xpathSpec, List nodeSet)
          Apply an XPath to a nodeset
 NodeList NodeList.selectNodes(String xpathString)
          Applies an XPath expression to the node list and returns the resulting node list.
 NodeList TreeWalker.allElements(org.jdom.Element e)
          Creates a new Vector and walks the Element tree.
 NodeList AnakiaElement.selectNodes(String xpathExpression)
          Applies an XPath expression to this element and returns the resulting node list.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.