biz.c24.io.api.data.jaxen
Class XPathReader
java.lang.Object
biz.c24.io.api.data.jaxen.XPathReader
- All Implemented Interfaces:
- org.saxpath.SAXPathEventSource, org.saxpath.XPathReader
Deprecated. Due to deficiencies in Jaxen (see biz.c24.io.api.data.jaxen for more information) this class has
been deprecated. See biz.c24.io.api.data.saxon for more information on the preferred approach.
public class XPathReader
- extends Object
- implements org.saxpath.XPathReader
Implementation of SAXPath's XPathReader which
generates callbacks to an XPathHandler.
XPathReader
public XPathReader()
- Deprecated.
setXPathHandler
public void setXPathHandler(org.saxpath.XPathHandler handler)
- Deprecated.
- Specified by:
setXPathHandler in interface org.saxpath.SAXPathEventSource
getXPathHandler
public org.saxpath.XPathHandler getXPathHandler()
- Deprecated.
- Specified by:
getXPathHandler in interface org.saxpath.SAXPathEventSource
parse
public void parse(String xpath)
throws org.saxpath.SAXPathException
- Deprecated.
- Specified by:
parse in interface org.saxpath.XPathReader
- Throws:
org.saxpath.SAXPathException
Copyright © 2002-2007 IONA Technologies. All Rights Reserved.