Uses of Class
org.jdom2.xpath.XPathFactory
Packages that use XPathFactory
-
Uses of XPathFactory in org.jdom2.xpath
Methods in org.jdom2.xpath that return XPathFactoryModifier and TypeMethodDescriptionstatic final XPathFactory
XPathFactory.instance()
Obtain an instance of an XPathFactory using the default mechanisms to determine what XPathFactory implementation to use.static final XPathFactory
XPathFactory.newInstance
(String factoryclass) Create a new instance of an explicit XPathFactory.Methods in org.jdom2.xpath with parameters of type XPathFactoryModifier and TypeMethodDescriptionXPathBuilder.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.jaxenModifier and TypeClassDescriptionclass
This simple Factory creates XPath instances tailored to the Jaxen library.