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:57:54 UTC

cvs commit: xml-xerces/c/src/xercesc/internal IGXMLScanner.cpp SGXMLScanner.cpp XMLScanner.hpp

peiyongz    2004/04/13 11:57:54

  Modified:    c/src/xercesc/internal IGXMLScanner.cpp SGXMLScanner.cpp
                        XMLScanner.hpp
  Log:
  Unrelavant comment removal
  
  Revision  Changes    Path
  1.63      +1 -5      xml-xerces/c/src/xercesc/internal/IGXMLScanner.cpp
  
  Index: IGXMLScanner.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/IGXMLScanner.cpp,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- IGXMLScanner.cpp	13 Apr 2004 17:00:23 -0000	1.62
  +++ IGXMLScanner.cpp	13 Apr 2004 18:57:54 -0000	1.63
  @@ -564,10 +564,6 @@
       initValidator(fSchemaValidator);
   
       // Create IdentityConstraint info
  -    /***
  -       todo: to auto sense if grammar has ic or not, probably do it
  -             at reset() or parse()
  -    ***/
       fICHandler = new (fMemoryManager) IdentityConstraintHandler(this, fMemoryManager);
   
       // Create schemaLocation pair info
  
  
  
  1.78      +1 -5      xml-xerces/c/src/xercesc/internal/SGXMLScanner.cpp
  
  Index: SGXMLScanner.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/SGXMLScanner.cpp,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- SGXMLScanner.cpp	13 Apr 2004 16:56:58 -0000	1.77
  +++ SGXMLScanner.cpp	13 Apr 2004 18:57:54 -0000	1.78
  @@ -2106,10 +2106,6 @@
       initValidator(fSchemaValidator);
   
       // Create IdentityConstraint info
  -    /***
  -       todo: to auto sense if grammar has ic or not, probably do it
  -             at reset() or parse()
  -    ***/
       fICHandler = new (fMemoryManager) IdentityConstraintHandler(this, fMemoryManager);
   
       //  Add the default entity entries for the character refs that must always
  
  
  
  1.35      +3 -4      xml-xerces/c/src/xercesc/internal/XMLScanner.hpp
  
  Index: XMLScanner.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XMLScanner.hpp,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- XMLScanner.hpp	13 Apr 2004 16:56:58 -0000	1.34
  +++ XMLScanner.hpp	13 Apr 2004 18:57:54 -0000	1.35
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.35  2004/04/13 18:57:54  peiyongz
  + * Unrelavant comment removal
  + *
    * Revision 1.34  2004/04/13 16:56:58  peiyongz
    * IdentityConstraintHandler
    *
  @@ -801,10 +804,6 @@
       //  fValidationConstraintFatal
       //      This indicates whether we treat validation constraint errors as
       //      fatal errors or not. It defaults to false, but it can be changed.
  -    //
  -    //  fValidateConstraint
  -    //      This indicates whether we perform identity constraint validation.
  -    //      It defaults to false, but it can be changed.
       //
       //  fIDRefList
       //      This is a list of XMLRefInfo objects. This member lets us do all
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org