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 2002/10/18 18:52:14 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype AbstractStringValidator.hpp AbstractNumericFacetValidator.hpp

peiyongz    2002/10/18 09:52:14

  Modified:    c/src/xercesc/validators/datatype
                        AbstractStringValidator.hpp
                        AbstractNumericFacetValidator.hpp
  Log:
  Patch to Bug#13640: Getter methods not public in
                                     DecimalDatatypeValidator
  
  Revision  Changes    Path
  1.3       +6 -1      xml-xerces/c/src/xercesc/validators/datatype/AbstractStringValidator.hpp
  
  Index: AbstractStringValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/AbstractStringValidator.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractStringValidator.hpp	14 Feb 2002 15:17:31 -0000	1.2
  +++ AbstractStringValidator.hpp	18 Oct 2002 16:52:14 -0000	1.3
  @@ -57,6 +57,10 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.3  2002/10/18 16:52:14  peiyongz
  + * Patch to Bug#13640: Getter methods not public in
  + *                                    DecimalDatatypeValidator
  + *
    * Revision 1.2  2002/02/14 15:17:31  peiyongz
    * getEnumString()
    *
  @@ -184,6 +188,7 @@
   
       virtual void checkContent(const XMLCh* const content, bool asBase);
   
  +public:
   // -----------------------------------------------------------------------
   // Getter methods
   // -----------------------------------------------------------------------
  @@ -196,6 +201,7 @@
   
       inline RefVectorOf<XMLCh>*  getEnumeration() const;
   
  +protected:
   // -----------------------------------------------------------------------
   // Setter methods
   // -----------------------------------------------------------------------
  
  
  
  1.3       +6 -1      xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp
  
  Index: AbstractNumericFacetValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractNumericFacetValidator.hpp	14 Feb 2002 15:17:31 -0000	1.2
  +++ AbstractNumericFacetValidator.hpp	18 Oct 2002 16:52:14 -0000	1.3
  @@ -57,6 +57,10 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.3  2002/10/18 16:52:14  peiyongz
  + * Patch to Bug#13640: Getter methods not public in
  + *                                    DecimalDatatypeValidator
  + *
    * Revision 1.2  2002/02/14 15:17:31  peiyongz
    * getEnumString()
    *
  @@ -140,6 +144,7 @@
   
       static const int INDETERMINATE;
   
  +public:
   // -----------------------------------------------------------------------
   // Getter methods
   // -----------------------------------------------------------------------
  @@ -154,6 +159,7 @@
   
       inline RefVectorOf<XMLNumber>*     getEnumeration() const;
   
  +protected:
       // -----------------------------------------------------------------------
       //  Protected data members
       //
  
  
  

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