diff -r e78871064ddf -r 46c3f654e80f jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathExpression.java
--- a/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathExpression.java Mon Jul 10 18:22:58 2017 -0700
+++ b/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathExpression.java Tue Jul 11 12:39:51 2017 -0700
@@ -37,13 +37,13 @@
*
*
- * context |
+ * context |
*
* The type of the context is implementation-dependent. If the value is
* null, the operation must have no dependency on the context, otherwise
@@ -54,7 +54,7 @@
* |
*
*
- * variables |
+ * variables |
*
* If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver}.
* An {@link XPathExpressionException} is raised if the variable resolver is undefined or
@@ -63,7 +63,7 @@
* |
*
*
- * functions |
+ * functions |
*
* If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}.
* An {@link XPathExpressionException} is raised if the function resolver is undefined or
@@ -71,13 +71,13 @@
* |
*
*
- * QNames |
+ * QNames |
*
* QNames in the expression are resolved against the XPath namespace context.
* |
*
*
- * result |
+ * result |
*
* This result of evaluating an expression is converted to an instance of the desired return type.
* Valid return types are defined in {@link XPathConstants}.
|