peiyongz    2004/04/13 11:58:36

  Modified:    c/src/xercesc/parsers AbstractDOMParser.hpp SAXParser.hpp
  Log:
  correct comment
  
  Revision  Changes    Path
  1.29      +3 -3      xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.hpp
  
  Index: AbstractDOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.hpp,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- AbstractDOMParser.hpp     13 Apr 2004 16:53:26 -0000      1.28
  +++ AbstractDOMParser.hpp     13 Apr 2004 18:58:36 -0000      1.29
  @@ -599,8 +599,8 @@
         * 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
  
  
  
  1.30      +4 -1      xml-xerces/c/src/xercesc/parsers/SAXParser.hpp
  
  Index: SAXParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/SAXParser.hpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- SAXParser.hpp     13 Apr 2004 16:53:26 -0000      1.29
  +++ SAXParser.hpp     13 Apr 2004 18:58:36 -0000      1.30
  @@ -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 @@
         * 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.
         *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to