villard 2003/07/25 08:23:48
Modified: java/xpath_rwapi/src2/org/apache/xpath/expression Tag:
xslt20 OperatorExpr.java
Log:
Add expression package documentation
Revision Changes Path
No revision
No revision
1.1.2.5 +8 -3
xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/expression/Attic/OperatorExpr.java
Index: OperatorExpr.java
===================================================================
RCS file:
/home/cvs//xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/expression/Attic/OperatorExpr.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- OperatorExpr.java 14 Jul 2003 18:28:38 -0000 1.1.2.4
+++ OperatorExpr.java 25 Jul 2003 15:23:48 -0000 1.1.2.5
@@ -84,7 +84,7 @@
* </li>
* </ul>
* </li>
- * <li><strong>Arithmetic expressions</strong>:
+ * <li><strong>Arithmetic expression</strong>:
* <ul>
* <li><strong>Unary expression</strong>:
* <ul>
@@ -112,7 +112,7 @@
* </li>
* </ul>
* </li>
- * <li><strong>Comparison expressions</strong>:
+ * <li><strong>Comparison expression</strong>:
* <ul>
* <li>Expression type: [EMAIL PROTECTED] Expr#COMPARISON_EXPR}</li>
* <li>Operator type: XXX_COMPARISON</li>
@@ -127,7 +127,8 @@
* <li>Example: <code>1 eq 1 and 2 eq 2</code></li>
* </ul>
* </li>
- * <li><strong>Path expressions</strong>: see [EMAIL PROTECTED]
PathExpr}</li>
+ * <li><strong>Path expression</strong>: see [EMAIL PROTECTED]
PathExpr}</li>
+ * <li><strong>Function call</strong>: see [EMAIL PROTECTED]
FunctionCall}</li>
* </ul>
* @see <a href="http://www.w3.org/TR/xpath20">XPath 2.0 Specification</href>
*/
@@ -319,6 +320,10 @@
* Remove an operand
*/
void removeOperand(Expr operand) throws XPathException;
+
+ // TODO
+ // void setOperand(Expr operand)
+ // void insertOperand(Expr operant, int i)
/**
* Append the specified expr at the end of this expression.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]