dbertoni 2004/07/21 09:00:36
Modified: c/src/xalanc/XPath XPathExecutionContext.hpp
Log:
Fixed documentation for getVariable.
Revision Changes Path
1.10 +4 -1 xml-xalan/c/src/xalanc/XPath/XPathExecutionContext.hpp
Index: XPathExecutionContext.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathExecutionContext.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XPathExecutionContext.hpp 2 Apr 2004 02:45:28 -0000 1.9
+++ XPathExecutionContext.hpp 21 Jul 2004 16:00:36 -0000 1.10
@@ -530,7 +530,10 @@
* a pointer to the object.
*
* @param theName name of variable
- * @return pointer to an XObject if the variable was found, 0 if it was
not
+ * @return An XObjectPtr instance. Call XObjectPtr::null() on the
instance
+ * to determine if the variable was found. If XObjectPtr::null()
+ * returns true, the variable was not found, and no other
operations
+ * on the XObject instance are permitted.
*/
virtual const XObjectPtr
getVariable(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]