Uses of Interface
org.jdom2.xpath.XPathExpression
Packages that use XPathExpression
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.
-
Uses of XPathExpression in org.jdom2.xpath
Methods in org.jdom2.xpath that return XPathExpressionModifier and TypeMethodDescriptionXPathExpression.clone()
Create a new instance of this XPathExpression that duplicates this instance.Create a XPathExpression<Object> instance from this factory.<T> XPathExpression<T>
Create a XPathExpression<T> instance from this factory.<T> XPathExpression<T>
XPathFactory.compile
(String expression, Filter<T> filter, Map<String, Object> variables, Collection<Namespace> namespaces) Create a XPathExpression<> instance from this factory.abstract <T> XPathExpression<T>
XPathFactory.compile
(String expression, Filter<T> filter, Map<String, Object> variables, Namespace... namespaces) Create a Compiled XPathExpression<> instance from this factory.XPathBuilder.compileWith
(XPathFactory factory) Compile an XPathExpression using the details currently stored in the XPathBuilder.XPathDiagnostic.getXPathExpression()
-
Uses of XPathExpression in org.jdom2.xpath.jaxen
Methods in org.jdom2.xpath.jaxen that return XPathExpression -
Uses of XPathExpression in org.jdom2.xpath.util
Classes in org.jdom2.xpath.util that implement XPathExpressionModifier and TypeClassDescriptionclass
A mostly-implemented XPathExpression that only needs two methods to be implemented in order to satisfy the complete API.Methods in org.jdom2.xpath.util that return XPathExpressionModifier and TypeMethodDescriptionAbstractXPathCompiled.clone()
Subclasses of this AbstractXPathCompile class must call super.clone() in their clone methods!XPathDiagnosticImpl.getXPathExpression()
Constructors in org.jdom2.xpath.util with parameters of type XPathExpressionModifierConstructorDescriptionXPathDiagnosticImpl
(Object dcontext, XPathExpression<T> dxpath, List<?> inraw, boolean dfirstonly) Create a useful Diagnostic instance for tracing XPath query results.