Uses of Interface
org.jaxen.saxpath.SAXPathEventSource
-
Packages that use SAXPathEventSource Package Description 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. -
-
Uses of SAXPathEventSource in org.jaxen.saxpath
Subinterfaces of SAXPathEventSource in org.jaxen.saxpath Modifier and Type Interface Description interface
XPathReader
Interface for readers which can parse textual XPath expressions, and produce callbacks toXPathHandler
objects. -
Uses of SAXPathEventSource in org.jaxen.saxpath.base
Classes in org.jaxen.saxpath.base that implement SAXPathEventSource Modifier and Type Class Description class
XPathReader
Implementation of SAXPath'sXPathReader
which generates callbacks to anXPathHandler
.
-