Frames | No Frames |
Methods which throw type org.dom4j.InvalidXPathException | |
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 | DocumentHelper.createXPath(String xpathExpression, VariableContext context) createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory . |