You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/08/08 13:13:18 UTC

svn commit: r230784 - /xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp

Author: gareth
Date: Mon Aug  8 04:13:14 2005
New Revision: 230784

URL: http://svn.apache.org/viewcvs?rev=230784&view=rev
Log:
Added comment to state the namespace info wont work with this parser. JIRA #XERCESC-1377

Modified:
    xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp

Modified: xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp?rev=230784&r1=230783&r2=230784&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAXParser.hpp Mon Aug  8 04:13:14 2005
@@ -58,6 +58,10 @@
   * @deprecated This interface has been replaced by the SAX2
   *             interface, which includes Namespace support.
   *             See SAX2XMLReader for more information.
+  *
+  * Note - XMLDocumentHandler calls, when used with SAXParser, will not provide correct namespace information. This is becaue the SAX parser does not support namespace aware processing.
+  *
+  *
   */
 
 class PARSERS_EXPORT SAXParser :
@@ -912,6 +916,8 @@
       * <p>The methods in the advanced callback interface represent
       * Xerces-C extensions. There is no specification for this interface.</p>
       *
+      * Note - XMLDocumentHandler calls, when used with SAXParser, will not provide correct namespace information. This is becaue the SAX parser does not support namespace aware processing.
+      *
       * @param toInstall A pointer to the users advanced callback handler.
       *
       * @see #removeAdvDocHandler
@@ -924,6 +930,8 @@
       * callbacks are not invoked by the scanner.
       * @param toRemove A pointer to the advanced callback handler which
       *                 should be removed.
+      *
+      * Note - XMLDocumentHandler calls, when used with SAXParser, will not provide correct namespace information. This is becaue the SAX parser does not support namespace aware processing.
       *
       * @see #installAdvDocHandler
       */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org