You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/04/13 20:58:36 UTC

cvs commit: xml-xerces/c/src/xercesc/parsers AbstractDOMParser.hpp SAXParser.hpp

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org