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