dbertoni 2004/07/22 11:52:20
Modified: c/src/xalanc/XPath XPathExecutionContext.hpp
Log:
Fixed documentation for getVariable.
Revision Changes Path
1.11 +2 -4 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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XPathExecutionContext.hpp 21 Jul 2004 16:00:36 -0000 1.10
+++ XPathExecutionContext.hpp 22 Jul 2004 18:52:20 -0000 1.11
@@ -530,10 +530,8 @@
* a pointer to the object.
*
* @param theName name of variable
- * @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.
+ * @return An XObjectPtr instance. If the variable is not found, an
exception
+ * is thrown, or the routine returns an instance of XUnknown.
*/
virtual const XObjectPtr
getVariable(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]