Uses of Interface org.dom4j.XPath

Uses in package org.dom4j.util

Methods with return type org.dom4j.XPath

XPath
ProxyDocumentFactory.createXPath(String xpathExpression)
XPath
ProxyDocumentFactory.createXPath(String xpathExpression, VariableContext variableContext)

Uses in package org.dom4j.rule

Methods with parameter type org.dom4j.XPath

void
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 in package org.dom4j

Methods with parameter type org.dom4j.XPath

List
XPath.selectNodes(Object context, XPath sortXPath)
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.
List
XPath.selectNodes(Object context, XPath sortXPath, boolean distinct)
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.

Methods with return type org.dom4j.XPath

XPath
DocumentFactory.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new XPath XPath instance.
XPath
DocumentHelper.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.
XPath
Node.createXPath(String xpathExpression)
createXPath creates an XPath object for the given xpathExpression.
XPath
DocumentFactory.createXPath(String xpathExpression, VariableContext variableContext)
createXPath parses an XPath expression and creates a new XPath XPath instance.
XPath
DocumentHelper.createXPath(String xpathExpression, VariableContext context)
createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo