Skip to content
Snippets Groups Projects
Commit 508ea43e authored by Alberto Massari's avatar Alberto Massari
Browse files

Fixed documentation

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@208771 13f79535-47bb-0310-9956-ffa450edef68
parent 0100cb57
No related branches found
No related tags found
No related merge requests found
...@@ -237,8 +237,6 @@ public: ...@@ -237,8 +237,6 @@ public:
* method in a subclass to take specific actions at the start of * method in a subclass to take specific actions at the start of
* each namespace prefix mapping.</p> * each namespace prefix mapping.</p>
* *
* NOTE : The current Implementation of SAX2Parser will _NEVER_ call this
*
* @param prefix The namespace prefix used * @param prefix The namespace prefix used
* @param uri The namespace URI used. * @param uri The namespace URI used.
* @exception SAXException Any SAX exception, possibly * @exception SAXException Any SAX exception, possibly
...@@ -258,8 +256,6 @@ public: ...@@ -258,8 +256,6 @@ public:
* method in a subclass to take specific actions at the end of * method in a subclass to take specific actions at the end of
* each namespace prefix mapping.</p> * each namespace prefix mapping.</p>
* *
* NOTE : The current Implementation of SAX2Parser will _NEVER_ call this
*
* @param prefix The namespace prefix used * @param prefix The namespace prefix used
* @exception SAXException Any SAX exception, possibly * @exception SAXException Any SAX exception, possibly
* wrapping another exception. * wrapping another exception.
......
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