dbertoni    01/07/09 22:15:53

  Modified:    c/src/XPath XPathEvaluator.hpp
  Log:
  Updated comments.
  
  Revision  Changes    Path
  1.2       +3 -3      xml-xalan/c/src/XPath/XPathEvaluator.hpp
  
  Index: XPathEvaluator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEvaluator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XPathEvaluator.hpp        2001/03/29 22:14:51     1.1
  +++ XPathEvaluator.hpp        2001/07/10 05:15:50     1.2
  @@ -188,9 +188,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 XalanXPathEvaluator 
instance
  +      * XObjectPtr goes out of scope, or when the XPathEvaluator instance
         * is reset or goes out of scope.  The user's XObjectPtr copy _must_ no
  -      * longer be in scope when the XalanXPathEvaluator instance is reset or
  +      * longer be in scope when the XPathEvaluator instance is reset or
         * out of scope.
         *
         * @param domSupport An instance of the corresponding 
DOMSupport-derived for the DOM implementation being used.
  @@ -212,7 +212,7 @@
         * destroyed when the returned when the user's copy of the returned
         * XObjectPtr goes out of scope, or when the XalanXPathEvaluator 
instance
         * is reset or goes out of scope.  The user's XObjectPtr copy _must_ no
  -      * longer be in scope when the XalanXPathEvaluator instance is reset or
  +      * longer be in scope when the XPathEvaluator instance is reset or
         * out of scope.
         *
         * @param domSupport An instance of the corresponding 
DOMSupport-derived for the DOM implementation being used.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to