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
Fields in org.jaxen declared as XPathFactory Modifier and Type Field Description private XPathFactory
JaxenHandler. xpathFactory
Methods in org.jaxen that return XPathFactory Modifier and Type Method Description XPathFactory
JaxenHandler. getXPathFactory()
Retrieve the JaxenXPathFactory
used during the parse to construct the XPath expression tree.Methods in org.jaxen with parameters of type XPathFactory Modifier and Type Method Description void
JaxenHandler. setXPathFactory(XPathFactory xpathFactory)
Set the JaxenXPathFactory
that 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 class
DefaultXPathFactory
The concrete implementation of the XPathFactory anstract factory.
-