Uses of Package
org.jdom2.xpath
Packages that use org.jdom2.xpath
Package
Description
Support for XPath from within JDOM.
Support for the Jaxen XPath Library.
Classes useful for interfacing the JDOM XPath API to full XPath libraries.
-
Classes in org.jdom2.xpath used by org.jdom2.xpathClassDescriptionDeprecated.Use XPathFactory/XPathExpression/XPathBuilder instead.Class representing the results of an XPath query allowing JDOM users to trace whether an item returned from an XPath query is subsequently filtered by the coercion filter attached to the
XPathExpression
;XPathExpression is a representation of a compiled XPath query and any Namespace or variable references the query may require.XPathFactory allows JDOM users to configure which XPath implementation to use when evaluating XPath expressions. -
Classes in org.jdom2.xpath used by org.jdom2.xpath.jaxenClassDescriptionDeprecated.Use XPathFactory/XPathExpression/XPathBuilder instead.XPathExpression is a representation of a compiled XPath query and any Namespace or variable references the query may require.XPathFactory allows JDOM users to configure which XPath implementation to use when evaluating XPath expressions.
-
Classes in org.jdom2.xpath used by org.jdom2.xpath.utilClassDescriptionClass representing the results of an XPath query allowing JDOM users to trace whether an item returned from an XPath query is subsequently filtered by the coercion filter attached to the
XPathExpression
;XPathExpression is a representation of a compiled XPath query and any Namespace or variable references the query may require.