peiyongz    2004/09/13 14:23:01

  Modified:    c/src/xercesc/framework/psvi XSSimpleTypeDefinition.hpp
  Log:
  getDatatypeValidator()
  
  Revision  Changes    Path
  1.12      +14 -0     
xml-xerces/c/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp
  
  Index: XSSimpleTypeDefinition.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XSSimpleTypeDefinition.hpp        8 Sep 2004 13:56:09 -0000       1.11
  +++ XSSimpleTypeDefinition.hpp        13 Sep 2004 21:23:00 -0000      1.12
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.12  2004/09/13 21:23:00  peiyongz
  + * getDatatypeValidator()
  + *
    * Revision 1.11  2004/09/08 13:56:09  peiyongz
    * Apache License Version 2.0
    *
  @@ -365,6 +368,11 @@
        */
       bool derivedFromType(const XSTypeDefinition* const ancestorType);
   
  +    /**
  +     * 
  +     */
  +    inline DatatypeValidator* getDatatypeValidator() const;
  +
       //@}
   
       //----------------------------------
  @@ -475,6 +483,12 @@
   XSSimpleTypeDefinition::setPrimitiveType(XSSimpleTypeDefinition* const toSet)
   {
       fPrimitiveOrItemType = toSet;
  +}
  +
  +inline DatatypeValidator* 
  +XSSimpleTypeDefinition::getDatatypeValidator() const
  +{
  +    return fDatatypeValidator;
   }
   
   XERCES_CPP_NAMESPACE_END
  
  
  

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

Reply via email to