You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/11/07 22:59:22 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLValidator.hpp

tng         2002/11/07 13:59:22

  Modified:    c/src/xercesc/framework XMLValidator.hpp
  Log:
  Pass elemDecl to XMLValidator::validateAttrValue so that we can include element name in error message.
  
  Revision  Changes    Path
  1.7       +4 -0      xml-xerces/c/src/xercesc/framework/XMLValidator.hpp
  
  Index: XMLValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLValidator.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLValidator.hpp	4 Nov 2002 15:00:21 -0000	1.6
  +++ XMLValidator.hpp	7 Nov 2002 21:59:22 -0000	1.7
  @@ -56,6 +56,9 @@
   
    /*
     * $Log$
  +  * Revision 1.7  2002/11/07 21:59:22  tng
  +  * Pass elemDecl to XMLValidator::validateAttrValue so that we can include element name in error message.
  +  *
     * Revision 1.6  2002/11/04 15:00:21  tng
     * C++ Namespace Support.
     *
  @@ -286,6 +289,7 @@
           const   XMLAttDef*                  attDef
           , const XMLCh* const                attrValue
           , bool                              preValidation = false
  +        , const XMLElementDecl*             elemDecl = 0
       ) = 0;
   
       /**
  
  
  

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