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 JaxenXPathFactoryused during the parse to construct the XPath expression tree.Methods in org.jaxen with parameters of type XPathFactoryModifier and TypeMethodDescriptionvoidJaxenHandler.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 XPathFactoryModifier and TypeClassDescriptionclassThe concrete implementation of the XPathFactory abstract factory.