org.jaxen.saxpath
Interface XPathReader

All Superinterfaces:
SAXPathEventSource
All Known Implementing Classes:
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
 void parse(java.lang.String xpath)
          Perform parsing of the textual XPath expression, and produce event callbacks to an XPathHandler.
 
Methods inherited from interface org.jaxen.saxpath.SAXPathEventSource
getXPathHandler, setXPathHandler
 

Method Detail

parse

public void parse(java.lang.String xpath)
           throws SAXPathException
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 © 2001-2005 Codehaus. All Rights Reserved.