dbertoni 2002/12/23 11:56:26
Modified: c/src/XSLT XSLTProcessorEnvSupport.hpp
XSLTProcessorException.hpp
Log:
Fixed comments.
Revision Changes Path
1.16 +2 -4 xml-xalan/c/src/XSLT/XSLTProcessorEnvSupport.hpp
Index: XSLTProcessorEnvSupport.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTProcessorEnvSupport.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- XSLTProcessorEnvSupport.hpp 25 Nov 2002 18:11:53 -0000 1.15
+++ XSLTProcessorEnvSupport.hpp 23 Dec 2002 19:56:26 -0000 1.16
@@ -105,10 +105,8 @@
* (may be 0)
* @param msg string message explaining the problem.
* @param uri the URI of the stylesheet, if
available. May be 0;
- * @param lineNo line number where the problem occurred,
- * if it is known, else -1
- * @param charOffset character offset where the problem,
- * occurred if it is known, else -1
+ * @param lineNo line number where the problem occurred.
+ * @param charOffset character offset where the problem.
* @return true if the return is an ERROR, in which case exception will
be
* thrown. Otherwise the processor will continue to process.
*/
1.8 +2 -2 xml-xalan/c/src/XSLT/XSLTProcessorException.hpp
Index: XSLTProcessorException.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTProcessorException.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XSLTProcessorException.hpp 25 Nov 2002 18:11:53 -0000 1.7
+++ XSLTProcessorException.hpp 23 Dec 2002 19:56:26 -0000 1.8
@@ -82,8 +82,8 @@
*
* @param theMessage message to print when exception thrown
* @param theURI the URI of the related document, if known
- * @param theLineNumber the line number of the related document, or -1
if not known
- * @param theColumnNumber the column number of the related document, or
-1 if not known
+ * @param theLineNumber the line number of the related document.
+ * @param theColumnNumber the column number of the related document.
* @param theType type of exception string, default is
"XSLTProcessorException"
*/
XSLTProcessorException(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]