|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPathHandler | |
|---|---|
| org.jaxen | This package defines the core Jaxen API to the XPath engine. |
| org.jaxen.pattern | Defines XSLT Pattern objects. |
| org.jaxen.saxpath | Classes related to the event-based parsing and handling of XPath expressions. |
| org.jaxen.saxpath.base | jaxen implementation of the SAXPath functionality. |
| org.jaxen.saxpath.helpers | Helper classes for instantiating XPathReaders. |
| Uses of XPathHandler in org.jaxen |
|---|
| Classes in org.jaxen that implement XPathHandler | |
|---|---|
class |
JaxenHandler
SAXPath XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Uses of XPathHandler in org.jaxen.pattern |
|---|
| Classes in org.jaxen.pattern that implement XPathHandler | |
|---|---|
class |
PatternHandler
SAXPath XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Uses of XPathHandler in org.jaxen.saxpath |
|---|
| Methods in org.jaxen.saxpath that return XPathHandler | |
|---|---|
XPathHandler |
SAXPathEventSource.getXPathHandler()
Retrieve the current XPathHandler
which receives the event callbacks. |
| Methods in org.jaxen.saxpath with parameters of type XPathHandler | |
|---|---|
void |
SAXPathEventSource.setXPathHandler(XPathHandler handler)
Set the XPathHandler to receive
event callbacks during the parse. |
| Uses of XPathHandler in org.jaxen.saxpath.base |
|---|
| Fields in org.jaxen.saxpath.base declared as XPathHandler | |
|---|---|
private static XPathHandler |
XPathReader.defaultHandler
|
private XPathHandler |
XPathReader.handler
|
| Methods in org.jaxen.saxpath.base that return XPathHandler | |
|---|---|
XPathHandler |
XPathReader.getXPathHandler()
|
| Methods in org.jaxen.saxpath.base with parameters of type XPathHandler | |
|---|---|
void |
XPathReader.setXPathHandler(XPathHandler handler)
|
| Uses of XPathHandler in org.jaxen.saxpath.helpers |
|---|
| Classes in org.jaxen.saxpath.helpers that implement XPathHandler | |
|---|---|
class |
DefaultXPathHandler
Default base class for SAXPath event handlers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||