|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathFactory | |
---|---|
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 | |
---|---|
XPathFactory |
JaxenHandler.getXPathFactory()
Retrieve the Jaxen XPathFactory used
during the parse to construct the XPath expression tree. |
Methods in org.jaxen with parameters of type XPathFactory | |
---|---|
void |
JaxenHandler.setXPathFactory(XPathFactory xpathFactory)
Set the Jaxen XPathFactory that constructs
the XPath expression tree during the parse. |
Uses of XPathFactory in org.jaxen.expr |
---|
Classes in org.jaxen.expr that implement XPathFactory | |
---|---|
class |
DefaultXPathFactory
The concrete implementation of the XPathFactory anstract factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |