Uses of Class
org.jdom2.xpath.XPathFactory
-
Packages that use XPathFactory Package Description org.jdom2.xpath Support for XPath from within JDOM.org.jdom2.xpath.jaxen Support for the Jaxen XPath Library. -
-
Uses of XPathFactory in org.jdom2.xpath
Methods in org.jdom2.xpath that return XPathFactory Modifier and Type Method Description static XPathFactory
XPathFactory. instance()
Obtain an instance of an XPathFactory using the default mechanisms to determine what XPathFactory implementation to use.static XPathFactory
XPathFactory. newInstance(java.lang.String factoryclass)
Create a new instance of an explicit XPathFactory.Methods in org.jdom2.xpath with parameters of type XPathFactory Modifier and Type Method Description XPathExpression<T>
XPathBuilder. compileWith(XPathFactory factory)
Compile an XPathExpression using the details currently stored in the XPathBuilder. -
Uses of XPathFactory in org.jdom2.xpath.jaxen
Subclasses of XPathFactory in org.jdom2.xpath.jaxen Modifier and Type Class Description class
JaxenXPathFactory
This simple Factory creates XPath instances tailored to the Jaxen library.
-