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.
virtual const char * getName() const
Get the name of this element.
virtual HTMLElement * clone() const
Clone this element.
Template for concrete atomic HTMLElement subclasses.
Class dealing with HTML elements.
The namespace containing the cgicc library.
An expandable list of HTMLAttribute objects.
Class representing an HTML element.