curcuru 01/09/14 09:54:56
Modified: java/src/org/apache/xpath XPath.java
Log:
Fix Bugzilla 2637: documentation updates for constructor functionality
PR:2637
Submitted by:[EMAIL PROTECTED]
Revision Changes Path
1.22 +6 -4 xml-xalan/java/src/org/apache/xpath/XPath.java
Index: XPath.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPath.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- XPath.java 2001/07/28 00:26:00 1.21
+++ XPath.java 2001/09/14 16:54:56 1.22
@@ -187,9 +187,10 @@
public static final int MATCH = 1;
/**
- * Construct an XPath object. The object must be initialized by the
- * XPathParser.initXPath method.
+ * Construct an XPath object.
*
+ * (Needs review -sc) This method initializes an XPathParser/
+ * Compiler and compiles the expression.
* @param exprString The XPath expression.
* @param locator The location of the expression, may be null.
* @param prefixResolver A prefix resolver to use to resolve prefixes to
@@ -228,9 +229,10 @@
}
/**
- * Construct an XPath object. The object must be initialized by the
- * XPathParser.initXPath method.
+ * Construct an XPath object.
*
+ * (Needs review -sc) This method initializes an XPathParser/
+ * Compiler and compiles the expression.
* @param exprString The XPath expression.
* @param locator The location of the expression, may be null.
* @param prefixResolver A prefix resolver to use to resolve prefixes to
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]