< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPath.java

Print this page

        

*** 96,107 **** * sure that one {@link XPath} object is not used from * more than one thread at any given time, and while the {@code evaluate} * method is invoked, applications may not recursively call * the {@code evaluate} method. * ! * @author <a href="Norman.Walsh@Sun.com">Norman Walsh</a> ! * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a> * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> * @since 1.5 */ public interface XPath { --- 96,107 ---- * sure that one {@link XPath} object is not used from * more than one thread at any given time, and while the {@code evaluate} * method is invoked, applications may not recursively call * the {@code evaluate} method. * ! * @author Norman Walsh ! * @author Jeff Suttor * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> * @since 1.5 */ public interface XPath {
< prev index next >