peiyongz    2003/12/12 10:35:44

  Modified:    c/src/xercesc/validators/DTD DTDElementDecl.cpp
                        DTDElementDecl.hpp
  Log:
  getObjectType()
  
  Revision  Changes    Path
  1.14      +6 -1      xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp
  
  Index: DTDElementDecl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DTDElementDecl.cpp        13 Nov 2003 23:19:49 -0000      1.13
  +++ DTDElementDecl.cpp        12 Dec 2003 18:35:44 -0000      1.14
  @@ -532,4 +532,9 @@
   
   }
   
  +XMLElementDecl::objectType  DTDElementDecl::getObjectType() const
  +{
  +    return DTD;
  +}
  +
   XERCES_CPP_NAMESPACE_END
  
  
  
  1.8       +5 -0      xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.hpp
  
  Index: DTDElementDecl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DTDElementDecl.hpp        10 Oct 2003 16:24:51 -0000      1.7
  +++ DTDElementDecl.hpp        12 Dec 2003 18:35:44 -0000      1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2003/12/12 18:35:44  peiyongz
  + * getObjectType()
  + *
    * Revision 1.7  2003/10/10 16:24:51  peiyongz
    * Implementation of Serialization/Deserialization
    *
  @@ -237,6 +240,8 @@
        * Support for Serialization/De-serialization
        ***/
       DECL_XSERIALIZABLE(DTDElementDecl)
  +
  +    virtual XMLElementDecl::objectType  getObjectType() const;
   
   private :
       // -----------------------------------------------------------------------
  
  
  

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

Reply via email to