Skip to content
Snippets Groups Projects
Commit 89a1f33a authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Mark SAXParser as deprecated.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176112 13f79535-47bb-0310-9956-ffa450edef68
parent 95d9ec4d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
/* /*
* $Log$ * $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 * Revision 1.35 2004/09/29 19:00:29 peiyongz
* [jira1207] --patch from Dan Rosen * [jira1207] --patch from Dan Rosen
* *
...@@ -258,6 +261,10 @@ class PSVIHandler; ...@@ -258,6 +261,10 @@ class PSVIHandler;
* *
* <p>It can be used to instantiate a validating or non-validating * <p>It can be used to instantiate a validating or non-validating
* parser, by setting a member flag.</p> * 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 : class PARSERS_EXPORT SAXParser :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment