From 89a1f33a66c25581b7c9262593c291e3fd8e8f24 Mon Sep 17 00:00:00 2001
From: David Abram Cargill <cargilld@apache.org>
Date: Wed, 29 Sep 2004 19:28:12 +0000
Subject: [PATCH] Mark SAXParser as deprecated.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176112 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/parsers/SAXParser.hpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/xercesc/parsers/SAXParser.hpp b/src/xercesc/parsers/SAXParser.hpp
index c99f3756a..83f06962f 100644
--- a/src/xercesc/parsers/SAXParser.hpp
+++ b/src/xercesc/parsers/SAXParser.hpp
@@ -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 @@ class PSVIHandler;
   *
   * <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 :
-- 
GitLab