diff --git a/src/xercesc/parsers/AbstractDOMParser.hpp b/src/xercesc/parsers/AbstractDOMParser.hpp index b8af88452248ec8f36839890b3cc65b710068ff9..1402656f83397011524c56ce69000caf42a336e4 100644 --- a/src/xercesc/parsers/AbstractDOMParser.hpp +++ b/src/xercesc/parsers/AbstractDOMParser.hpp @@ -599,8 +599,8 @@ public : * This method allows users to enable or disable the parser's identity * constraint checks. * - * <p>By default, the parser does not to any identity constraint checks. - * The default value is false.</p> + * <p>By default, the parser does identity constraint checks. + * The default value is true.</p> * * @param newState The value specifying whether the parser should * do identity constraint checks or not in the diff --git a/src/xercesc/parsers/SAXParser.hpp b/src/xercesc/parsers/SAXParser.hpp index 5dff3363dc7a1577825cd3dc79284c7cb1588432..5d3451d1ed083b7b3c074dd4b17665b02f0a0561 100644 --- a/src/xercesc/parsers/SAXParser.hpp +++ b/src/xercesc/parsers/SAXParser.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.30 2004/04/13 18:58:36 peiyongz + * correct comment + * * Revision 1.29 2004/04/13 16:53:26 peiyongz * get/setIdentityConstraintChecking * @@ -755,7 +758,7 @@ public : * Only takes effect if Schema validation is enabled. * If turned off, identity constraint checking is not done. * - * The parser's default state is: false. + * The parser's default state is: true. * * @param identityConstraintChecking True to turn on identity constraint checking. *