org.saxpath

Interface XPathReader

public interface XPathReader extends SAXPathEventSource

Interface for readers which can parse textual XPath expressions, and produce callbacks to XPathHandler objects.

Author: bob mcwhirter (bob@werken.com)

Method Summary
voidparse(String xpath)
Perform parsing of the textual XPath expression, and produce event callbacks to an XPathHandler.

Method Detail

parse

public void parse(String xpath)
Perform parsing of the textual XPath expression, and produce event callbacks to an XPathHandler.

Parameters: xpath The textual XPath expression to parse.

Throws: SAXPathException In the event an error occurs.

Copyright B) 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo