|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidXPathException | |
|---|---|
| org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. |
| Uses of InvalidXPathException in org.dom4j |
|---|
| Methods in org.dom4j that throw InvalidXPathException | |
|---|---|
XPath |
Node.createXPath(String xpathExpression)
createXPath creates an XPath object for the given
xpathExpression. |
static XPath |
DocumentHelper.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory. |
XPath |
DocumentFactory.createXPath(String xpathExpression)
createXPath parses an XPath expression and creates a new
XPath XPath instance. |
static XPath |
DocumentHelper.createXPath(String xpathExpression,
org.jaxen.VariableContext context)
createXPath parses an XPath expression and creates a new
XPath XPath instance using the singleton DocumentFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||