#include <cgicc/HTMLAtomicElement.h>
Inheritance diagram for cgicc::HTMLAtomicElement::
Public Methods | |
virtual HTMLElement * | clone () const |
Clone this element. More... | |
virtual const char * | getName () const |
Get the name of this element. More... | |
Constructors and Destructor | |
HTMLAtomicElement () | |
Create a new empty atomic element. More... | |
HTMLAtomicElement (const HTMLAttributeList &attributes) | |
Create a new element, specifying the HTMLAttributes. More... | |
virtual | ~HTMLAtomicElement () |
Destructor. More... |
An atomic HTML element is an element in which the opening and closing tags are combined. For example, in the HTML code
<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 empty atomic element.
Definition at line 67 of file HTMLAtomicElement.h. |
|
Create a new element, specifying the HTMLAttributes.
Definition at line 76 of file HTMLAtomicElement.h. |
|
Destructor.
Definition at line 85 of file HTMLAtomicElement.h. |
|
Clone this element.
Reimplemented from cgicc::HTMLElement. Definition at line 95 of file HTMLAtomicElement.h. |
|
Get the name of this element.
For example,
Reimplemented from cgicc::HTMLElement. Definition at line 106 of file HTMLAtomicElement.h. |