jaxen/src/java/main/org/jaxen/expr
diff -u -r1.12 -r1.13
--- XPathFactory.java 8 Nov 2006 20:27:30 -0000 1.12
+++ XPathFactory.java 2 May 2007 14:32:38 -0000 1.13
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/projects/jaxen/scm/jaxen/src/java/main/org/jaxen/expr/XPathFactory.java,v
1.12 2006/11/08 20:27:30 elharo Exp $
- * $Revision: 1.12 $
- * $Date: 2006/11/08 20:27:30 $
+ * $Header:
/home/projects/jaxen/scm/jaxen/src/java/main/org/jaxen/expr/XPathFactory.java,v
1.13 2007/05/02 14:32:38 elharo Exp $
+ * $Revision: 1.13 $
+ * $Date: 2007/05/02 14:32:38 $
*
*
====================================================================
*
@@ -43,7 +43,7 @@
* James Strachan <jstrachan@apache...>. For more
information on the
* Jaxen Project, please see <http://www.jaxen.org/>.
*
- * $Id: XPathFactory.java,v 1.1
2 2006/11/08 20:27:30 elharo Exp $
+ * $Id: XPathFactory.java,v 1.1
3 2007/05/02 14:32:38 elharo Exp $
*/
package org.jaxen.expr;
@@ -236,7 +236,7 @@
/**
* Create a string literal expression.
*
- * @param
number the value
+ * @param
literal the value
* @return a literal expression wrapping that value
* @throws JaxenException
*/
@@ -246,7 +246,7 @@
* Create a new variable reference expression.
*
* @param prefix the namespace prefix of the variable
- * @param
functionName the local name of the
variable
+ * @param
variableName the local name of the
variable
* @return a variable expression
* @throws JaxenException
*/
@@ -307,7 +307,7 @@
/**
* Create from the supplied expression.
*
- * @param the expression to evaluate in the predicate
+ * @param
predicateExpr the expression to
evaluate in the predicate
* @return a predicate
* @throws JaxenException
*/