| Frames | No Frames |
Methods with parameter type org.dom4j.XPath | |
| void | Processes the result of the xpath expression. |
| void | Processes the result of the xpath expression in the given mode. |
Methods with return type org.dom4j.XPath | |
| XPath | ProxyDocumentFactory.createXPath(String xpathExpression) |
| XPath | ProxyDocumentFactory.createXPath(String xpathExpression, VariableContext variableContext) |
Methods with parameter type org.dom4j.XPath | |
| List | |
| List | |
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. |