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

svn commit: r208771 - /xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp

Author: amassari
Date: Fri Jul  1 09:47:23 2005
New Revision: 208771

URL: http://svn.apache.org/viewcvs?rev=208771&view=rev
Log:
Fixed documentation

Modified:
    xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp

Modified: xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp?rev=208771&r1=208770&r2=208771&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp Fri Jul  1 09:47:23 2005
@@ -237,8 +237,6 @@
     * method in a subclass to take specific actions at the start of
     * each namespace prefix mapping.</p>
     *
-	* NOTE : The current Implementation of SAX2Parser will _NEVER_ call this
-	*
     * @param prefix The namespace prefix used
     * @param uri The namespace URI used.
     * @exception SAXException Any SAX exception, possibly
@@ -258,8 +256,6 @@
     * method in a subclass to take specific actions at the end of
     * each namespace prefix mapping.</p>
     *
-	* NOTE : The current Implementation of SAX2Parser will _NEVER_ call this
-	*
     * @param prefix The namespace prefix used
     * @exception SAXException Any SAX exception, possibly
     *            wrapping another exception.



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