dbertoni 2004/07/27 13:04:04
Modified: c/src/xalanc/XSLT StylesheetExecutionContext.hpp
Log:
Updated comments.
Revision Changes Path
1.19 +4 -1
xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp
Index: StylesheetExecutionContext.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- StylesheetExecutionContext.hpp 28 Jun 2004 04:20:33 -0000 1.18
+++ StylesheetExecutionContext.hpp 27 Jul 2004 20:04:04 -0000 1.19
@@ -942,7 +942,10 @@
* the global space.
*
* @param theName name of variable
- * @return pointer to XObject for 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.
*/
virtual const XObjectPtr
getParamVariable(const XalanQName& theName) = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]