org.saxpath
Interface SAXPathEventSource
- All Known Subinterfaces:
- XPathReader
- public interface SAXPathEventSource
Interface for any object capable of generating
SAXPath events to an XPathHandler
.
- Author:
- bob mcwhirter (bob@werken.com)
setXPathHandler
public void setXPathHandler(XPathHandler handler)
- Set the
XPathHandler
to receive
event callbacks during the parse.
- Parameters:
handler
- The handler to receive callbacks.
getXPathHandler
public XPathHandler getXPathHandler()
- Retrieve the current
XPathHandler
which receives the event callbacks.
- Returns:
- The currently installed
XPathHandler
.
Copyright © 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by