|
||||||||||
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 to use
during the parse to construct the XPath expression tree. |
Uses of XPathFactory in org.jaxen.expr |
Classes in org.jaxen.expr that implement XPathFactory | |
class |
DefaultXPathFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |