Main Page   Class Hierarchy   Compound List   File List   Compound Members  

skXMLElement.h

00001 /*
00002   Copyright 1996-2000
00003   Simon Whiteside
00004 
00005   $Id: skXMLElement.h-source.html,v 1.1 2001/03/05 16:22:46 sdw Exp $
00006 */
00007 #ifndef skXMLELEMENT_H
00008 #define skXMLELEMENT_H
00009 
00010 #include "skString.h"
00011 #include "dom/DOM_Element.hpp"
00012 #include "dom/DOM_Document.hpp"
00013 
00017 class skXMLElement : public DOM_Element {
00018  public:
00022     inline skXMLElement(DOM_Element owner,const skString& tagname)
00023   : DOM_Element(owner.getOwnerDocument().createElement(DOMString((const char *)tagname))){
00024     }
00025 };
00026 
00027 #endif

Generated at Mon Mar 5 16:00:30 2001 for Simkin by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000