| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JaxenHandler
SAXPath
XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternHandler
SAXPath
XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Modifier and Type | Method and Description |
|---|---|
XPathHandler |
SAXPathEventSource.getXPathHandler()
Retrieve the current
XPathHandler
which receives the event callbacks. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAXPathEventSource.setXPathHandler(XPathHandler handler)
Set the
XPathHandler to receive
event callbacks during the parse. |
Copyright © 2001-2012 Codehaus. All Rights Reserved.