Uses of Interface
org.dom4j.XPath
Packages that use XPath
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
Provides the core tools needed to use the XPath library
-
Uses of XPath in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createXPath
(String xpathExpression) createXPath
parses an XPath expression and creates a new XPathXPath
instance.DocumentFactory.createXPath
(String xpathExpression, org.jaxen.VariableContext variableContext) createXPath
parses an XPath expression and creates a new XPathXPath
instance.static XPath
DocumentHelper.createXPath
(String xpathExpression) createXPath
parses an XPath expression and creates a new XPathXPath
instance using the singletonDocumentFactory
.static XPath
DocumentHelper.createXPath
(String xpathExpression, org.jaxen.VariableContext context) createXPath
parses an XPath expression and creates a new XPathXPath
instance using the singletonDocumentFactory
.Node.createXPath
(String xpathExpression) createXPath
creates an XPath object for the given xpathExpression.Modifier and TypeMethodDescriptionXPath.selectNodes
(Object context, XPath sortXPath) XPath.selectNodes
(Object context, XPath sortXPath, boolean distinct) -
Uses of XPath in org.dom4j.rule
Methods in org.dom4j.rule with parameters of type XPathModifier and TypeMethodDescriptionvoid
Stylesheet.applyTemplates
(Object input, XPath xpath) Processes the result of the xpath expression.void
Stylesheet.applyTemplates
(Object input, XPath xpath, String mode) Processes the result of the xpath expression in the given mode. -
Uses of XPath in org.dom4j.swing
Methods in org.dom4j.swing that return XPathModifier and TypeMethodDescriptionprotected XPath
XMLTableDefinition.createColumnXPath
(String expression) protected XPath
XMLTableColumnDefinition.createXPath
(String expression) protected XPath
XMLTableDefinition.createXPath
(String expression) XMLTableColumnDefinition.getColumnNameXPath()
DOCUMENT ME!XMLTableDefinition.getColumnNameXPath
(int columnIndex) DOCUMENT ME!XMLTableDefinition.getColumnXPath
(int columnIndex) DOCUMENT ME!XMLTableDefinition.getRowXPath()
Getter for property rowXPath.XMLTableColumnDefinition.getXPath()
Getter for property xpath.Methods in org.dom4j.swing with parameters of type XPathModifier and TypeMethodDescriptionvoid
XMLTableColumnDefinition.setColumnNameXPath
(XPath columnNameXPath) Setter for property columnNameXPath.void
XMLTableDefinition.setRowXPath
(XPath rowXPath) Setter for property rowXPath.void
Setter for property xpath.Constructors in org.dom4j.swing with parameters of type XPathModifierConstructorDescriptionXMLTableColumnDefinition
(String name, XPath xpath, int type) XMLTableColumnDefinition
(XPath columnXPath, XPath xpath, int type) -
Uses of XPath in org.dom4j.tree
Methods in org.dom4j.tree that return XPath -
Uses of XPath in org.dom4j.util
Methods in org.dom4j.util that return XPathModifier and TypeMethodDescriptionProxyDocumentFactory.createXPath
(String xpathExpression) ProxyDocumentFactory.createXPath
(String xpathExpression, org.jaxen.VariableContext variableContext) -
Uses of XPath in org.dom4j.xpath
Classes in org.dom4j.xpath that implement XPathModifier and TypeClassDescriptionclass
Methods in org.dom4j.xpath with parameters of type XPathModifier and TypeMethodDescriptionDefaultXPath.selectNodes
(Object context, XPath sortXPath) DefaultXPath.selectNodes
(Object context, XPath sortXPath, boolean distinct)