dbertoni 2002/12/20 16:19:27
Modified: c/src/XalanTransformer XalanTransformer.hpp
Log:
Made documentation clearer.
Revision Changes Path
1.45 +6 -4 xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp
Index: XalanTransformer.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- XalanTransformer.hpp 25 Nov 2002 20:01:19 -0000 1.44
+++ XalanTransformer.hpp 21 Dec 2002 00:19:26 -0000 1.45
@@ -746,8 +746,10 @@
/**
* Set the ostream instance for reporting warnings and messages. The
default
- * is std::cerr. If set to null, no warnings or messages will be
written.
- *
+ * is std::cerr. If set to 0, no warnings or messages will be written.
If
+ * there is a user-installed ProblemListener instance, this is not
used, as
+ * all such warnings and messages are handled by the user's
ProblemListener.
+ *
* @param theStream A pointer to the ostream instance.
*/
void
@@ -757,9 +759,9 @@
}
/**
- * Get the current warning stream ostream instance
+ * Get the current warning stream ostream instance.
*
- * @return A pointer to the instance. Can be null.
+ * @return A pointer to the instance. Can be 0.
*/
StreamType*
getWarningStream() const
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]