Author: cargilld
Date: Wed Aug 10 13:58:40 2005
New Revision: 231323
URL: http://svn.apache.org/viewcvs?rev=231323&view=rev
Log:
Remove references to nonexist DOMSystemException. Jira 1400.
Modified:
xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp
xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp
Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp?rev=231323&r1=231322&r2=231323&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp
(original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp Wed Aug
10 13:58:40 2005
@@ -125,8 +125,6 @@
* URI connection to the system identifier.
* The returned DOMInputSource is owned by the DOMBuilder which is
* responsible to clean up the memory.
- * @exception DOMSystemException Any DOMSystemException exception, possibly
- * wrapping another exception.
* @see DOMInputSource#DOMInputSource
* @since DOM Level 3
*/
Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp?rev=231323&r1=231322&r2=231323&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp Wed Aug 10
13:58:40 2005
@@ -495,10 +495,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 writeNode(XMLFormatTarget* const destination
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]