< prev index next >

jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathEvaluationResult.java

Print this page

        

*** 35,45 **** * * @param <T> the object type returned by the XPath evaluation. * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version * 1.0</a> * ! * @since 1.9 */ public interface XPathEvaluationResult<T> { /** * XPathResultType represents possible return types of an XPath evaluation. --- 35,45 ---- * * @param <T> the object type returned by the XPath evaluation. * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version * 1.0</a> * ! * @since 9 */ public interface XPathEvaluationResult<T> { /** * XPathResultType represents possible return types of an XPath evaluation.
< prev index next >