An HTML comment. More...
#include <cgicc/HTMLClasses.h>
Additional Inherited Members | |
![]() | |
enum | EElementType { eAtomic, eBoolean } |
Possible types of HTMLElements. More... | |
![]() | |
virtual HTMLElement * | clone () const |
Clone this element. | |
virtual const char * | getName () const |
Get the name of this element. For example, "strong". | |
HTMLBooleanElement () | |
Create a new empty boolean element. | |
HTMLBooleanElement (const std::string &text) | |
Create a new element, specifying the enclosed text. | |
HTMLBooleanElement (const HTMLAttributeList &attributes) | |
Create a new element, specifying the HTMLAttribute objects. | |
HTMLBooleanElement (const HTMLElement &embedded) | |
Create a new element, specifying an embedded HTMLElement. | |
HTMLBooleanElement (const std::string &text, const HTMLAttributeList &attributes) | |
Create a new element, specifying the enclosed text and HTMLAttribute objects. | |
HTMLBooleanElement (const HTMLAttributeList &attributes, const HTMLElement &embed) | |
Create a new element, specifying the HTMLAttributes and embedded HTMLElement. | |
virtual | ~HTMLBooleanElement () |
Destructor. | |
virtual void | swapState () const |
Swap the state of this boolean element. | |
virtual bool | getState () const |
Get the state of this boolean element. | |
![]() | |
static void | reset () |
Reset the state of this boolean element to closed. | |
![]() | |
HTMLElement (const HTMLAttributeList *attributes, const HTMLElement *embedded, const std::string *data, EElementType type) | |
Subclass constructor. | |
bool | dataSpecified () const |
For subclasses only. | |
An HTML comment.
Definition at line 92 of file HTMLClasses.h.