Package org.jaxen.saxpath
Interface SAXPathEventSource
-
- All Known Subinterfaces:
XPathReader
public interface SAXPathEventSourceInterface for any object capable of generating SAXPath events to anXPathHandler.- Author:
- bob mcwhirter (bob@werken.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XPathHandlergetXPathHandler()Retrieve the currentXPathHandlerwhich receives the event callbacks.voidsetXPathHandler(XPathHandler handler)Set theXPathHandlerto receive event callbacks during the parse.
-
-
-
Method Detail
-
setXPathHandler
void setXPathHandler(XPathHandler handler)
Set theXPathHandlerto receive event callbacks during the parse.- Parameters:
handler- the handler to receive callbacks
-
getXPathHandler
XPathHandler getXPathHandler()
Retrieve the currentXPathHandlerwhich receives the event callbacks.- Returns:
- the currently installed
XPathHandler
-
-