cargilld 2004/09/29 12:28:12
Modified: c/src/xercesc/parsers SAXParser.hpp
Log:
Mark SAXParser as deprecated.
Revision Changes Path
1.36 +7 -0 xml-xerces/c/src/xercesc/parsers/SAXParser.hpp
Index: SAXParser.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/SAXParser.hpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- SAXParser.hpp 29 Sep 2004 19:00:29 -0000 1.35
+++ SAXParser.hpp 29 Sep 2004 19:28:12 -0000 1.36
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.36 2004/09/29 19:28:12 cargilld
+ * Mark SAXParser as deprecated.
+ *
* Revision 1.35 2004/09/29 19:00:29 peiyongz
* [jira1207] --patch from Dan Rosen
*
@@ -258,6 +261,10 @@
*
* <p>It can be used to instantiate a validating or non-validating
* parser, by setting a member flag.</p>
+ *
+ * @deprecated This interface has been replaced by the SAX2
+ * interface, which includes Namespace support.
+ * See SAX2XMLReader for more information.
*/
class PARSERS_EXPORT SAXParser :
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]