dbertoni 2005/05/03 08:53:54
Modified: c/src/xalanc/XPath XPathEvaluator.hpp
Log:
Fixed documentation glitches.
Revision Changes Path
1.7 +14 -14 xml-xalan/c/src/xalanc/XPath/XPathEvaluator.hpp
Index: XPathEvaluator.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathEvaluator.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XPathEvaluator.hpp 10 Nov 2004 19:09:11 -0000 1.6
+++ XPathEvaluator.hpp 3 May 2005 15:53:54 -0000 1.7
@@ -233,9 +233,9 @@
/**
* Evaluate the supplied XPath expression, within the given context.
The
* result is returned as a generalized object. The object will be
- * destroyed when the returned when the user's copy of the returned
- * XObjectPtr goes out of scope, or when the XPathEvaluator goes out of
scope
- * or another expression is evaluated.
+ * destroyed when the user's copy of the returned XObjectPtr goes out of
+ * scope, or when the XPathEvaluator goes out of scope or another
expression
+ * is evaluated.
*
* The user's XObjectPtr copy _must_ no longer be in scope when the
XPathEvaluator
* instance goes out of scope, or another expression is evaluated.
@@ -256,9 +256,9 @@
/**
* Evaluate the supplied XPath expression, within the given context.
The
* result is returned as a generalized object. The object will be
- * destroyed when the returned when the user's copy of the returned
- * XObjectPtr goes out of scope, or when the XPathEvaluator goes out of
scope
- * or another expression is evaluated.
+ * destroyed when the user's copy of the returned XObjectPtr goes out of
+ * scope, or when the XPathEvaluator goes out of scope or another
expression
+ * is evaluated.
*
* The user's XObjectPtr copy _must_ no longer be in scope when the
XPathEvaluator
* instance goes out of scope, or another expression is evaluated.
@@ -277,11 +277,11 @@
const PrefixResolver& prefixResolver);
/**
- * Evaluate the supplied XPath, within the given context. The
+ * Evaluate the supplied XPath expression, within the given context.
The
* result is returned as a generalized object. The object will be
- * destroyed when the returned when the user's copy of the returned
- * XObjectPtr goes out of scope, or when the XPathEvaluator goes out of
scope
- * or another expression is evaluated.
+ * destroyed when the user's copy of the returned XObjectPtr goes out of
+ * scope, or when the XPathEvaluator goes out of scope or another
expression
+ * is evaluated.
*
* The user's XObjectPtr copy _must_ no longer be in scope when the
XPathEvaluator
* instance goes out of scope, or another expression is evaluated.
@@ -300,11 +300,11 @@
const XalanElement* namespaceNode = 0);
/**
- * Evaluate the supplied XPath, within the given context. The
+ * Evaluate the supplied XPath expression, within the given context.
The
* result is returned as a generalized object. The object will be
- * destroyed when the returned when the user's copy of the returned
- * XObjectPtr goes out of scope, or when the XPathEvaluator goes out of
scope
- * or another expression is evaluated.
+ * destroyed when the user's copy of the returned XObjectPtr goes out of
+ * scope, or when the XPathEvaluator goes out of scope or another
expression
+ * is evaluated.
*
* The user's XObjectPtr copy _must_ no longer be in scope when the
XPathEvaluator
* instance goes out of scope, or another expression is evaluated.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]