Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

InheritsElement.h

00001 /*
00002   Copyright 1996-2000
00003   Simon Whiteside
00004   $Id: InheritsElement_h-source.html,v 1.1 2001/05/22 12:25:36 sdw Exp $
00005 */
00006 #ifndef INHERITSELEMENT_H
00007 #define INHERITSELEMENT_H
00008 
00009 #include "skXMLElementObject.h"
00010 #include "dom/DOM_Element.hpp"
00011 
00015 class InheritsElement : public skXMLElementObject {
00016  public:
00017   InheritsElement(const skString& location,DOM_Element elem);
00018  protected:
00019   void setElement(DOM_Element elem);
00020   skXMLElementObject * createXMLElementObject(const skString& location,DOM_Element element);
00021   static void replaceInherits(DOM_Element elem);
00022 };
00023 
00024 #endif

Generated at Tue May 22 13:24:38 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000