diff --git a/src/validators/DTD/CMBinaryOp.cpp b/src/validators/common/CMBinaryOp.cpp similarity index 97% rename from src/validators/DTD/CMBinaryOp.cpp rename to src/validators/common/CMBinaryOp.cpp index 53b23db22a756bf5004b5a68c9415f960eea9b9c..9741e7bcf9ba3decdb315deafe3caae50536e683 100644 --- a/src/validators/DTD/CMBinaryOp.cpp +++ b/src/validators/common/CMBinaryOp.cpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.3 2000/03/02 19:55:37 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/CMBinaryOp.hpp b/src/validators/common/CMBinaryOp.hpp similarity index 96% rename from src/validators/DTD/CMBinaryOp.hpp rename to src/validators/common/CMBinaryOp.hpp index 1114b29b1848b166119bf48fc4efa7fe10014b65..afc65fad4e1837337c05dfb8b7b82c6a34c66bee 100644 --- a/src/validators/DTD/CMBinaryOp.hpp +++ b/src/validators/common/CMBinaryOp.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/02 19:55:37 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/CMLeaf.hpp b/src/validators/common/CMLeaf.hpp similarity index 97% rename from src/validators/DTD/CMLeaf.hpp rename to src/validators/common/CMLeaf.hpp index ac734f35be67b06ed4fab4b5231fca66e13ea872..604601ca5ef61b0fa4165fbfc9feb640a8731d47 100644 --- a/src/validators/DTD/CMLeaf.hpp +++ b/src/validators/common/CMLeaf.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.5 2000/03/28 19:43:25 roddey * Fixes for signed/unsigned warnings. New work for two way transcoding * stuff. diff --git a/src/validators/DTD/CMNode.hpp b/src/validators/common/CMNode.hpp similarity index 97% rename from src/validators/DTD/CMNode.hpp rename to src/validators/common/CMNode.hpp index 1b89437e0e56575e4bda1e6842cdece5ae9ae2fa..55558d57973404a382258db53cfdc3e9e344f0fe 100644 --- a/src/validators/DTD/CMNode.hpp +++ b/src/validators/common/CMNode.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.5 2000/03/28 19:43:25 roddey * Fixes for signed/unsigned warnings. New work for two way transcoding * stuff. diff --git a/src/validators/DTD/CMStateSet.hpp b/src/validators/common/CMStateSet.hpp similarity index 98% rename from src/validators/DTD/CMStateSet.hpp rename to src/validators/common/CMStateSet.hpp index 4dd53be89a708563bd6aa8f1ad1ee119ea474f16..1d283eb326a27496e0a497f8167b61621f16f84c 100644 --- a/src/validators/DTD/CMStateSet.hpp +++ b/src/validators/common/CMStateSet.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/02 19:55:37 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/CMUnaryOp.cpp b/src/validators/common/CMUnaryOp.cpp similarity index 96% rename from src/validators/DTD/CMUnaryOp.cpp rename to src/validators/common/CMUnaryOp.cpp index a2112ccc67a1107eed01b7e4478c44123c845fef..61fd4b3081b3a1c65c35d9b193cb498589239224 100644 --- a/src/validators/DTD/CMUnaryOp.cpp +++ b/src/validators/common/CMUnaryOp.cpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.3 2000/03/02 19:55:37 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/CMUnaryOp.hpp b/src/validators/common/CMUnaryOp.hpp similarity index 96% rename from src/validators/DTD/CMUnaryOp.hpp rename to src/validators/common/CMUnaryOp.hpp index 0a679f32a388aeb69e15d7ddb75f654aa131bff5..d3d874688586cb2ceeb7dbeb818d49c46c2710f7 100644 --- a/src/validators/DTD/CMUnaryOp.hpp +++ b/src/validators/common/CMUnaryOp.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/02 19:55:37 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/ContentSpecNode.cpp b/src/validators/common/ContentSpecNode.cpp similarity index 100% rename from src/validators/DTD/ContentSpecNode.cpp rename to src/validators/common/ContentSpecNode.cpp diff --git a/src/validators/DTD/ContentSpecNode.hpp b/src/validators/common/ContentSpecNode.hpp similarity index 98% rename from src/validators/DTD/ContentSpecNode.hpp rename to src/validators/common/ContentSpecNode.hpp index 2b5f87f2d420416e78e53b758ff586bb073b5bd4..540c746929dee85e2c425a02c710002768e82719 100644 --- a/src/validators/DTD/ContentSpecNode.hpp +++ b/src/validators/common/ContentSpecNode.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/02 19:55:38 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/DFAContentModel.cpp b/src/validators/common/DFAContentModel.cpp similarity index 99% rename from src/validators/DTD/DFAContentModel.cpp rename to src/validators/common/DFAContentModel.cpp index f82d58fdc05d15a260152e5b44777dd2a766acf7..ab6bc63243a34b799219f6debe966d05bef482f9 100644 --- a/src/validators/DTD/DFAContentModel.cpp +++ b/src/validators/common/DFAContentModel.cpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.5 2000/03/28 19:43:25 roddey * Fixes for signed/unsigned warnings. New work for two way transcoding * stuff. diff --git a/src/validators/DTD/DFAContentModel.hpp b/src/validators/common/DFAContentModel.hpp similarity index 98% rename from src/validators/DTD/DFAContentModel.hpp rename to src/validators/common/DFAContentModel.hpp index a26321ed16c3ee958fccf4795218092ff2830fb2..e764eb3ab6c8fb402edce4fa555f2876b7d3c811 100644 --- a/src/validators/DTD/DFAContentModel.hpp +++ b/src/validators/common/DFAContentModel.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/02 19:55:38 roddey * This checkin includes many changes done while waiting for the * 1.1.0 code to be finished. I can't list them all here, but a list is diff --git a/src/validators/DTD/MixedContentModel.cpp b/src/validators/common/MixedContentModel.cpp similarity index 98% rename from src/validators/DTD/MixedContentModel.cpp rename to src/validators/common/MixedContentModel.cpp index bf899f03bbdf0b9b2e4d4af05c654794d8f1002a..1d261e74969f39bfe8f5dda5f475b71f6131ed97 100644 --- a/src/validators/DTD/MixedContentModel.cpp +++ b/src/validators/common/MixedContentModel.cpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.5 2000/05/15 22:31:32 andyh * Replace #include<memory.h> with <string.h> everywhere. * diff --git a/src/validators/DTD/MixedContentModel.hpp b/src/validators/common/MixedContentModel.hpp similarity index 96% rename from src/validators/DTD/MixedContentModel.hpp rename to src/validators/common/MixedContentModel.hpp index 7fa77438f460e29f74cc21c2840fe8060de09e48..e5fc265f4a673389f7ed6d2005426c8b6b8f4d86 100644 --- a/src/validators/DTD/MixedContentModel.hpp +++ b/src/validators/common/MixedContentModel.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.3 2000/02/24 20:16:49 abagchi * Swat for removing Log from API docs * diff --git a/src/validators/DTD/SimpleContentModel.cpp b/src/validators/common/SimpleContentModel.cpp similarity index 97% rename from src/validators/DTD/SimpleContentModel.cpp rename to src/validators/common/SimpleContentModel.cpp index 3f4c1c57cfcc668ec8c008bd2fc96299f7911fc7..71137ab63fd921f83e89883e1207c488c407803c 100644 --- a/src/validators/DTD/SimpleContentModel.cpp +++ b/src/validators/common/SimpleContentModel.cpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.4 2000/03/03 22:33:00 roddey * Fixed a bug in SimpleContentModel that allowed an <a/> to be taken * as valid for a content model of (a,b). diff --git a/src/validators/DTD/SimpleContentModel.hpp b/src/validators/common/SimpleContentModel.hpp similarity index 97% rename from src/validators/DTD/SimpleContentModel.hpp rename to src/validators/common/SimpleContentModel.hpp index b0ae08b61dde81e5883ff5b1b3a80839ee141a65..18d638e8c74c8218b0df439fb8e68bf76a5e945a 100644 --- a/src/validators/DTD/SimpleContentModel.hpp +++ b/src/validators/common/SimpleContentModel.hpp @@ -56,6 +56,10 @@ /* * $Log$ + * Revision 1.1 2001/02/16 14:17:29 tng + * Schema: Move the common Content Model files that are shared by DTD + * and schema from 'DTD' folder to 'common' folder. By Pei Yong Zhang. + * * Revision 1.3 2000/02/24 20:16:49 abagchi * Swat for removing Log from API docs *