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