You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2006/10/13 22:44:44 UTC

svn commit: r463817 - in /xerces/c/trunk/src/xercesc: dom/impl/DOMLSSerializerImpl.cpp framework/Wrapper4DOMLSInput.hpp framework/Wrapper4InputSource.hpp framework/XMLValidator.hpp validators/common/Grammar.hpp

Author: jasons
Date: Fri Oct 13 13:44:43 2006
New Revision: 463817

URL: http://svn.apache.org/viewvc?view=rev&rev=463817
Log:
minor documentation typos and grammar fixes

Modified:
    xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp
    xerces/c/trunk/src/xercesc/framework/Wrapper4DOMLSInput.hpp
    xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.hpp
    xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp
    xerces/c/trunk/src/xercesc/validators/common/Grammar.hpp

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp?view=diff&rev=463817&r1=463816&r2=463817
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp Fri Oct 13 13:44:43 2006
@@ -518,7 +518,7 @@
     // The serialize engine (processNode) throws an exception to abort
     // serialization if
     //
-    //   . A fatal error occurs which renters the output ill-formed, or
+    //   . A fatal error occurs which renders the output ill-formed, or
     //   . Instructed by the application's error handler
     //
     catch (const TranscodingException&)

Modified: xerces/c/trunk/src/xercesc/framework/Wrapper4DOMLSInput.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/framework/Wrapper4DOMLSInput.hpp?view=diff&rev=463817&r1=463816&r2=463817
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/Wrapper4DOMLSInput.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/Wrapper4DOMLSInput.hpp Fri Oct 13 13:44:43 2006
@@ -30,7 +30,7 @@
 class DOMLSResourceResolver;
 
 /**
-  * Wrap a DOMLSInput object to a SAX InputSource.
+  * Wrap a DOMLSInput object and make it behave like a SAX InputSource.
   */
 class XMLPARSER_EXPORT Wrapper4DOMLSInput: public InputSource
 {
@@ -41,7 +41,7 @@
   /**
     * Constructor
     *
-    * Wrap a DOMLSInput and pretend it to be a SAX InputSource.
+    * Wrap a DOMLSInput and make it behave like a SAX InputSource.
     * By default, the wrapper will adopt the DOMLSInput that is wrapped.
     *
     * @param  inputSource  The DOMLSInput to be wrapped

Modified: xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.hpp?view=diff&rev=463817&r1=463816&r2=463817
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.hpp Fri Oct 13 13:44:43 2006
@@ -31,7 +31,7 @@
 
 
 /**
-  * Wrap a SAX InputSource object to a DOMLSInput.
+  * Wrap a SAX InputSource object and make it behave like DOMLSInput.
   */
 class XMLPARSER_EXPORT Wrapper4InputSource: public DOMLSInput
 {
@@ -42,7 +42,7 @@
   /**
     * Constructor
     *
-    * Wrap a SAX InputSource and pretend it to be a DOMLSInput.
+    * Wrap a SAX InputSource and make it behave like a DOMLSInput.
     * By default, the wrapper will adopt the SAX InputSource that is wrapped.
     *
     * @param  inputSource  The SAX InputSource to be wrapped

Modified: xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp?view=diff&rev=463817&r1=463816&r2=463817
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp Fri Oct 13 13:44:43 2006
@@ -104,7 +104,7 @@
 
     /**
       * The derived class should fault in the passed XMLAttr value. It should
-      * use the passeed attribute definition (which is passed via the base
+      * use the passed attribute definition (which is passed via the base
       * type so it must often be downcast to the appropriate type for the
       * derived validator class), to fill in the passed attribute. This is done
       * as a performance enhancement since the derived class has more direct

Modified: xerces/c/trunk/src/xercesc/validators/common/Grammar.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/common/Grammar.hpp?view=diff&rev=463817&r1=463816&r2=463817
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/Grammar.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/Grammar.hpp Fri Oct 13 13:44:43 2006
@@ -51,7 +51,7 @@
     //
     //  TOP_LEVEL_SCOPE - outermost scope level (i.e. global) of a declaration.
     //                    For DTD, all element decls and attribute decls always
-    //                    have TOP_LEVEL_SCOPE.  For schema, it may varies if
+    //                    have TOP_LEVEL_SCOPE.  For schema, it may vary if
     //                    it is inside a complex type.
     //
     //  UNKNOWN_SCOPE   - unknown scope level.  None of the decls should have this.



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