24 #ifndef _HTMLATOMICELEMENT_H_ 25 #define _HTMLATOMICELEMENT_H_ 1 107 virtual inline const char*
109 {
return Tag::getName(); }
HTMLAtomicElement()
Create a new empty atomic element.
virtual ~HTMLAtomicElement()
Destructor.
HTMLAtomicElement(const HTMLAttributeList &attributes)
Create a new element, specifying the HTMLAttributes.
Template for concrete atomic HTMLElement subclasses.
Class dealing with HTML elements.
virtual HTMLElement * clone() const
Clone this element.
The namespace containing the cgicc library.
An expandable list of HTMLAttribute objects.
virtual const char * getName() const
Get the name of this element.
Class representing an HTML element.