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/10/06 18:48:50 UTC

svn commit: r306805 - in /xerces/c/trunk/src/xercesc/validators/schema/identity: IdentityConstraintHandler.cpp ValueStore.cpp ValueStore.hpp

Author: amassari
Date: Thu Oct  6 09:48:44 2005
New Revision: 306805

URL: http://svn.apache.org/viewcvs?rev=306805&view=rev
Log:
Typo in method name

Modified:
    xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp
    xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp
    xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.hpp

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp?rev=306805&r1=306804&r2=306805&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp Thu Oct  6 09:48:44 2005
@@ -117,7 +117,7 @@
                 ValueStore* values = fValueStoreCache->getValueStoreFor(ic, matcher->getInitialDepth());
 
                 if (values) { // nothing to do if nothing matched!
-                    values->endDcocumentFragment(fValueStoreCache);
+                    values->endDocumentFragment(fValueStoreCache);
                 }
             }
         }

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp?rev=306805&r1=306804&r2=306805&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp Thu Oct  6 09:48:44 2005
@@ -268,7 +268,7 @@
 // ---------------------------------------------------------------------------
 //  ValueStore: Docuement handling methods
 // ---------------------------------------------------------------------------
-void ValueStore::endDcocumentFragment(ValueStoreCache* const valueStoreCache) {
+void ValueStore::endDocumentFragment(ValueStoreCache* const valueStoreCache) {
 
     if (fIdentityConstraint->getType() == IdentityConstraint::ICType_KEYREF) {
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.hpp?rev=306805&r1=306804&r2=306805&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.hpp Thu Oct  6 09:48:44 2005
@@ -82,7 +82,7 @@
     // -----------------------------------------------------------------------
     //  Document handling methods
     // -----------------------------------------------------------------------
-    void endDcocumentFragment(ValueStoreCache* const valueStoreCache);
+    void endDocumentFragment(ValueStoreCache* const valueStoreCache);
 
     // -----------------------------------------------------------------------
     //  Error reporting methods



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