Author: cargilld
Date: Wed Aug 10 13:56:59 2005
New Revision: 231321

URL: http://svn.apache.org/viewcvs?rev=231321&view=rev
Log:
Remove references to nonexist DOMSystemException.  Jira 1400.

Modified:
    xerces/c/trunk/src/xercesc/dom/DOMEntityResolver.hpp
    xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp

Modified: xerces/c/trunk/src/xercesc/dom/DOMEntityResolver.hpp
URL: 
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/DOMEntityResolver.hpp?rev=231321&r1=231320&r2=231321&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMEntityResolver.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMEntityResolver.hpp Wed Aug 10 13:56:59 
2005
@@ -123,8 +123,6 @@
      *         URI connection to the system identifier.
      *         The returned DOMLSInput is owned by the DOMBuilder which is
      *         responsible to clean up the memory.
-     * @exception DOMSystemException Any DOMSystemException exception, possibly
-     *            wrapping another exception.
      * @see DOMLSInput#DOMLSInput
      * @since DOM Level 3
      */

Modified: xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp
URL: 
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp?rev=231321&r1=231320&r2=231321&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp Wed Aug 10 13:56:59 2005
@@ -480,10 +480,6 @@
      * @return  Returns <code>true</code> if <code>node</code> was
      *   successfully serialized and <code>false</code> in case a failure
      *   occured and the failure wasn't canceled by the error handler.
-     * @exception DOMSystemException
-     *   This exception will be raised in response to any sort of IO or system
-     *   error that occurs while writing to the destination. It may wrap an
-     *   underlying system exception.
      * @since DOM Level 3
      */
     virtual bool       write(const DOMNode*         nodeToWrite,
@@ -504,10 +500,6 @@
      * @return  Returns <code>true</code> if <code>node</code> was
      *   successfully serialized and <code>false</code> in case a failure
      *   occured and the failure wasn't canceled by the error handler.
-     * @exception DOMSystemException
-     *   This exception will be raised in response to any sort of IO or system
-     *   error that occurs while writing to the destination. It may wrap an
-     *   underlying system exception.
      * @since DOM Level 3
      */
     virtual bool       writeToURI(const DOMNode*    nodeToWrite, 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to