|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPath | |
|---|---|
| org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. |
| org.dom4j.rule | A Pattern based XML rule engine which implements
the full XSLT processing model while allowing any Action
to be fired if a pattern matches. |
| org.dom4j.util | A collection of utility classes for the dom4j API. |
| Uses of XPath in org.dom4j |
|---|
| Methods in org.dom4j that return XPath | |
|---|---|
XPath |
DocumentFactory.createXPath(java.lang.String xpathExpression)
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. |
static XPath |
DocumentHelper.createXPath(java.lang.String xpathExpression)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory. |
XPath |
DocumentFactory.createXPath(java.lang.String xpathExpression,
org.jaxen.VariableContext variableContext)
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
static XPath |
DocumentHelper.createXPath(java.lang.String xpathExpression,
org.jaxen.VariableContext context)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory. |
| 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
Nodeor Listof Nodes and returns the result as
a List of Node s 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
Nodeor Listof Nodes and returns the result as
a List of Node s 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)
Processes the result of the xpath expression. |
void |
Stylesheet.applyTemplates(java.lang.Object input,
XPath xpath,
java.lang.String mode)
Processes the result of the xpath expression in the given mode. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||