Uses of Interface
org.dom4j.XPath

Packages that use XPath
org.dom4j   
org.dom4j.rule   
org.dom4j.swing   
org.dom4j.tree   
org.dom4j.util   
org.dom4j.xpath   
 

Uses of XPath in org.dom4j
 

Methods in org.dom4j that return XPath
static XPath DocumentHelper.createXPath(java.lang.String xpathExpression)
          createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.
static XPath DocumentHelper.createXPath(java.lang.String xpathExpression, org.jaxen.VariableContext variableContext)
          createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.
 XPath DocumentFactory.createXPath(java.lang.String xpathExpression)
          createXPath parses an XPath expression and creates a new XPath XPath instance.
 XPath DocumentFactory.createXPath(java.lang.String xpathExpression, org.jaxen.VariableContext variableContext)
          createXPath parses an XPath expression and creates a new XPath XPath instance.
 XPath Node.createXPath(java.lang.String xpathExpression)
          createXPath creates an XPath object for the given xpathExpression.
 

Methods in org.dom4j with parameters of type XPath
 java.util.List XPath.selectNodes(java.lang.Object context, XPath sortXPath)
          selectNodes evaluates the XPath expression on the given Node or List of Nodes and returns the result as a List of Nodes sorted by the sort XPath expression.
 java.util.List XPath.selectNodes(java.lang.Object context, XPath sortXPath, boolean distinct)
          selectNodes evaluates the XPath expression on the given Node or List of Nodes and returns the result as a List of Nodes sorted by the sort XPath expression.
 

Uses of XPath in org.dom4j.rule
 

Methods in org.dom4j.rule with parameters of type XPath
 void Stylesheet.applyTemplates(java.lang.Object input, XPath xpath)
           
 

Uses of XPath in org.dom4j.swing
 

Methods in org.dom4j.swing that return XPath
 XPath XMLTableDefinition.getColumnXPath(int columnIndex)
           
 XPath XMLTableDefinition.getColumnNameXPath(int columnIndex)
           
 XPath XMLTableDefinition.getRowXPath()
          Getter for property rowXPath.
protected  XPath XMLTableDefinition.createXPath(java.lang.String expression)
           
protected  XPath XMLTableDefinition.createColumnXPath(java.lang.String expression)
           
 XPath XMLTableColumnDefinition.getXPath()
          Getter for property xpath.
 XPath XMLTableColumnDefinition.getColumnNameXPath()
           
protected  XPath XMLTableColumnDefinition.createXPath(java.lang.String expression)
           
 

Methods in org.dom4j.swing with parameters of type XPath
 void XMLTableDefinition.setRowXPath(XPath rowXPath)
          Setter for property rowXPath.
 void XMLTableColumnDefinition.setXPath(XPath xpath)
          Setter for property xpath.
 void XMLTableColumnDefinition.setColumnNameXPath(XPath columnNameXPath)
          Setter for property xpath.
 

Constructors in org.dom4j.swing with parameters of type XPath
XMLTableColumnDefinition(java.lang.String name, XPath xpath, int type)
           
XMLTableColumnDefinition(XPath columnNameXPath, XPath xpath, int type)
           
 

Uses of XPath in org.dom4j.tree
 

Methods in org.dom4j.tree that return XPath
 XPath AbstractNode.createXPath(java.lang.String xpathExpression)
           
 

Uses of XPath in org.dom4j.util
 

Methods in org.dom4j.util that return XPath
 XPath ProxyDocumentFactory.createXPath(java.lang.String xpathExpression)
           
 XPath ProxyDocumentFactory.createXPath(java.lang.String xpathExpression, org.jaxen.VariableContext variableContext)
           
 

Uses of XPath in org.dom4j.xpath
 

Classes in org.dom4j.xpath that implement XPath
 class DefaultXPath
          Default implementation of XPath which uses the Jaxen project.
 

Methods in org.dom4j.xpath with parameters of type XPath
 java.util.List DefaultXPath.selectNodes(java.lang.Object context, XPath sortXPath)
           
 java.util.List DefaultXPath.selectNodes(java.lang.Object context, XPath sortXPath, boolean distinct)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo