Uses of Class
org.dom4j.InvalidXPathException
Packages that use InvalidXPathException
Package
Description
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
Provides the core tools needed to use the XPath library
-
Uses of InvalidXPathException in org.dom4j
Methods in org.dom4j that throw InvalidXPathExceptionModifier and TypeMethodDescriptionDocumentFactory.createXPath
(String xpathExpression) createXPath
parses an XPath expression and creates a new XPathXPath
instance.static XPath
DocumentHelper.createXPath
(String xpathExpression) createXPath
parses an XPath expression and creates a new XPathXPath
instance using the singletonDocumentFactory
.static XPath
DocumentHelper.createXPath
(String xpathExpression, org.jaxen.VariableContext context) createXPath
parses an XPath expression and creates a new XPathXPath
instance using the singletonDocumentFactory
.Node.createXPath
(String xpathExpression) createXPath
creates an XPath object for the given xpathExpression. -
Uses of InvalidXPathException in org.dom4j.xpath
Constructors in org.dom4j.xpath that throw InvalidXPathException