#include <cgicc/HTMLAtomicElement.h>
Inheritance diagram for cgicc::HTMLAtomicElement< Tag >:
Public Member Functions | |
virtual HTMLElement * | clone () const |
Clone this element. | |
virtual const char * | getName () const |
Get the name of this element. | |
Constructors and Destructor | |
HTMLAtomicElement () | |
Create a new empty atomic element. | |
HTMLAtomicElement (const HTMLAttributeList &attributes) | |
Create a new element, specifying the HTMLAttributes. | |
virtual | ~HTMLAtomicElement () |
Destructor. |
An atomic HTML element is an element in which the opening and closing tags are combined. For example, in the HTML code
The<meta link="made" href="mailto:sbooth@gnu.org" />
meta
tag is an atomic HTML element because the opening and closing tags appear together.
Definition at line 54 of file HTMLAtomicElement.h.
|
Create a new element, specifying the HTMLAttributes.
Definition at line 76 of file HTMLAtomicElement.h. |
|
Clone this element.
Implements cgicc::HTMLElement. Definition at line 95 of file HTMLAtomicElement.h. |
|
Get the name of this element.
For example,
Implements cgicc::HTMLElement. Definition at line 106 of file HTMLAtomicElement.h. |