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 2009/08/10 16:21:48 UTC

svn commit: r802804 - in /xerces/c/trunk/src/xercesc/validators/schema: SchemaSymbols.cpp SchemaSymbols.hpp

Author: amassari
Date: Mon Aug 10 14:21:48 2009
New Revision: 802804

URL: http://svn.apache.org/viewvc?rev=802804&view=rev
Log:
Deprecate two symbols because of a typo in the name; added a version with the correct spelling

Modified:
    xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.cpp
    xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.hpp

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.cpp?rev=802804&r1=802803&r2=802804&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.cpp Mon Aug 10 14:21:48 2009
@@ -53,6 +53,7 @@
     chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_a, chNull
 };
 
+// deprecated (typo)
 const XMLCh SchemaSymbols::fgXSI_SCHEMALOCACTION[] =
 {
     chLatin_s, chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_a,
@@ -60,6 +61,7 @@
     chLatin_o, chLatin_n, chNull
 };
 
+// deprecated (typo)
 const XMLCh SchemaSymbols::fgXSI_NONAMESPACESCHEMALOCACTION[] =
 {
     chLatin_n, chLatin_o, chLatin_N, chLatin_a, chLatin_m, chLatin_e,
@@ -69,6 +71,22 @@
     chLatin_n, chNull
 };
 
+const XMLCh SchemaSymbols::fgXSI_SCHEMALOCATION[] =
+{
+    chLatin_s, chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_a,
+    chLatin_L, chLatin_o, chLatin_c, chLatin_a, chLatin_t, chLatin_i,
+    chLatin_o, chLatin_n, chNull
+};
+
+const XMLCh SchemaSymbols::fgXSI_NONAMESPACESCHEMALOCATION[] =
+{
+    chLatin_n, chLatin_o, chLatin_N, chLatin_a, chLatin_m, chLatin_e,
+    chLatin_s, chLatin_p, chLatin_a, chLatin_c, chLatin_e, chLatin_S,
+    chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_a, chLatin_L,
+    chLatin_o, chLatin_c, chLatin_a, chLatin_t, chLatin_i, chLatin_o,
+    chLatin_n, chNull
+};
+
 const XMLCh SchemaSymbols::fgXSI_TYPE[] =
 {
     chLatin_t, chLatin_y, chLatin_p, chLatin_e, chNull

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.hpp?rev=802804&r1=802803&r2=802804&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaSymbols.hpp Mon Aug 10 14:21:48 2009
@@ -38,8 +38,12 @@
     // -----------------------------------------------------------------------
     static const XMLCh fgURI_XSI[];
     static const XMLCh fgURI_SCHEMAFORSCHEMA[];
+    // deprecated (typo)
     static const XMLCh fgXSI_SCHEMALOCACTION[];
+    // deprecated (typo)
     static const XMLCh fgXSI_NONAMESPACESCHEMALOCACTION[];
+    static const XMLCh fgXSI_SCHEMALOCATION[];
+    static const XMLCh fgXSI_NONAMESPACESCHEMALOCATION[];
     static const XMLCh fgXSI_TYPE[];
     static const XMLCh fgELT_ALL[];
     static const XMLCh fgELT_ANNOTATION[];



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