Skip to content
Snippets Groups Projects
Commit 781d3654 authored by Unknown (aruna1)'s avatar Unknown (aruna1)
Browse files

Changes for duplicate strings

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172067 13f79535-47bb-0310-9956-ffa450edef68
parent ad70ec5f
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.16 2000/04/19 18:06:20 aruna1
* Changes for duplicate strings
*
* Revision 1.15 2000/04/19 02:26:41 aruna1 * Revision 1.15 2000/04/19 02:26:41 aruna1
* Full support for DOM_EntityReference, DOM_Entity and DOM_DocumentType introduced * Full support for DOM_EntityReference, DOM_Entity and DOM_DocumentType introduced
* *
...@@ -598,18 +601,3 @@ const XMLCh XMLUni::fgYesString[] = ...@@ -598,18 +601,3 @@ const XMLCh XMLUni::fgYesString[] =
const XMLCh XMLUni::fgZeroLenString[] = { chNull }; const XMLCh XMLUni::fgZeroLenString[] = { chNull };
const XMLCh XMLUni::fgPublicString[] =
{
chLatin_P, chLatin_U, chLatin_B, chLatin_L, chLatin_I, chLatin_C, chSpace, chNull
};
const XMLCh XMLUni::fgSystemString[] =
{
chLatin_S, chLatin_Y, chLatin_S, chLatin_T, chLatin_E, chLatin_M, chSpace, chNull
};
const XMLCh XMLUni::fgNdataString[] =
{
chLatin_N, chLatin_D, chLatin_A, chLatin_T, chLatin_A, chSpace, chNull
};
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.18 2000/04/19 18:06:22 aruna1
* Changes for duplicate strings
*
* Revision 1.17 2000/04/19 02:26:41 aruna1 * Revision 1.17 2000/04/19 02:26:41 aruna1
* Full support for DOM_EntityReference, DOM_Entity and DOM_DocumentType introduced * Full support for DOM_EntityReference, DOM_Entity and DOM_DocumentType introduced
* *
...@@ -346,10 +349,6 @@ public : ...@@ -346,10 +349,6 @@ public :
static const XMLCh fgXMLURIName[]; static const XMLCh fgXMLURIName[];
static const XMLCh fgYesString[]; static const XMLCh fgYesString[];
static const XMLCh fgZeroLenString[]; static const XMLCh fgZeroLenString[];
static const XMLCh fgPublicString[];
static const XMLCh fgSystemString[];
static const XMLCh fgNdataString[];
}; };
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment