Uses of Interface
org.jaxen.saxpath.SAXPathEventSource
Packages that use SAXPathEventSource
Package
Description
Classes related to the event-based parsing and handling
of XPath expressions.
jaxen
implementation of the SAXPath functionality.
-
Uses of SAXPathEventSource in org.jaxen.saxpath
Subinterfaces of SAXPathEventSource in org.jaxen.saxpathModifier and TypeInterfaceDescriptioninterfaceInterface for readers which can parse textual XPath expressions, and produce callbacks toXPathHandlerobjects. -
Uses of SAXPathEventSource in org.jaxen.saxpath.base
Classes in org.jaxen.saxpath.base that implement SAXPathEventSourceModifier and TypeClassDescriptionclassImplementation of SAXPath'sXPathReaderwhich generates callbacks to anXPathHandler.