Uses of Interface
org.jaxen.expr.XPathFactory
Packages that use XPathFactory
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
-
Uses of XPathFactory in org.jaxen
Methods in org.jaxen that return XPathFactoryModifier and TypeMethodDescriptionJaxenHandler.getXPathFactory()
Retrieve the JaxenXPathFactory
used during the parse to construct the XPath expression tree.Methods in org.jaxen with parameters of type XPathFactoryModifier and TypeMethodDescriptionvoid
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 XPathFactoryModifier and TypeClassDescriptionclass
The concrete implementation of the XPathFactory abstract factory.