peiyongz    2003/12/12 10:36:37

  Modified:    c/src/xercesc/validators/schema SchemaElementDecl.cpp
                        SchemaElementDecl.hpp
  Log:
  getObjectType()
  
  Revision  Changes    Path
  1.16      +8 -0      xml-xerces/c/src/xercesc/validators/schema/SchemaElementDecl.cpp
  
  Index: SchemaElementDecl.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaElementDecl.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- SchemaElementDecl.cpp     13 Nov 2003 23:20:47 -0000      1.15
  +++ SchemaElementDecl.cpp     12 Dec 2003 18:36:37 -0000      1.16
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.16  2003/12/12 18:36:37  peiyongz
  + * getObjectType()
  + *
    * Revision 1.15  2003/11/13 23:20:47  peiyongz
    * initSize
    *
  @@ -516,6 +519,11 @@
   
       }
   
  +}
  +
  +XMLElementDecl::objectType  SchemaElementDecl::getObjectType() const
  +{
  +    return Schema;
   }
   
   XERCES_CPP_NAMESPACE_END
  
  
  
  1.18      +6 -1      xml-xerces/c/src/xercesc/validators/schema/SchemaElementDecl.hpp
  
  Index: SchemaElementDecl.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaElementDecl.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- SchemaElementDecl.hpp     24 Nov 2003 05:21:04 -0000      1.17
  +++ SchemaElementDecl.hpp     12 Dec 2003 18:36:37 -0000      1.18
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.18  2003/12/12 18:36:37  peiyongz
  + * getObjectType()
  + *
    * Revision 1.17  2003/11/24 05:21:04  neilg
    * update method documentation
    *
  @@ -431,6 +434,8 @@
        * Support for Serialization/De-serialization
        ***/
       DECL_XSERIALIZABLE(SchemaElementDecl)
  +
  +    virtual XMLElementDecl::objectType  getObjectType() const;
   
   private :
       // -----------------------------------------------------------------------
  
  
  

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

Reply via email to