Uses of Interface
org.jaxen.expr.XPathFactory
-
Packages that use XPathFactory Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of XPathFactory in org.jaxen
Methods in org.jaxen that return XPathFactory Modifier and Type Method Description XPathFactoryJaxenHandler. getXPathFactory()Retrieve the JaxenXPathFactoryused during the parse to construct the XPath expression tree.Methods in org.jaxen with parameters of type XPathFactory Modifier and Type Method Description voidJaxenHandler. setXPathFactory(XPathFactory xpathFactory)Set the JaxenXPathFactorythat constructs the XPath expression tree during the parse. -
Uses of XPathFactory in org.jaxen.expr
Classes in org.jaxen.expr that implement XPathFactory Modifier and Type Class Description classDefaultXPathFactoryThe concrete implementation of the XPathFactory anstract factory.
-