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 2003/07/31 19:07:34 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/common Grammar.hpp

peiyongz    2003/07/31 10:07:34

  Modified:    c/src/xercesc/validators/common Grammar.hpp
  Log:
  Grammar embed grammar description
  
  Revision  Changes    Path
  1.6       +10 -1     xml-xerces/c/src/xercesc/validators/common/Grammar.hpp
  
  Index: Grammar.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/common/Grammar.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Grammar.hpp	15 May 2003 18:48:27 -0000	1.5
  +++ Grammar.hpp	31 Jul 2003 17:07:33 -0000	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2003/07/31 17:07:33  peiyongz
  + * Grammar embed grammar description
  + *
    * Revision 1.5  2003/05/15 18:48:27  knoaman
    * Partial implementation of the configurable memory manager.
    *
  @@ -102,6 +105,8 @@
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  +class XMLGrammarDescription;
  +
   //
   // This abstract class specifies the interface for a Grammar
   //
  @@ -233,11 +238,15 @@
       // -----------------------------------------------------------------------
       virtual void reset()=0;
   
  +    virtual void                    setGrammarDescription( XMLGrammarDescription*) = 0;
  +    virtual XMLGrammarDescription*  getGrammarDescription() const = 0;
  +
   protected :
       // -----------------------------------------------------------------------
       //  Hidden constructors
       // -----------------------------------------------------------------------
  -    Grammar() {};
  +    Grammar(){};
  +
   };
   
   XERCES_CPP_NAMESPACE_END
  
  
  

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