#include <html_form.h>

Protected Member Functions | |
HTMLLegendElement (HTMLLegendElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | impl |
Detailed Description
Provides a caption for a FIELDSET
grouping.
See the LEGEND element definition in HTML 4.0.
Definition at line 765 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLLegendElement() [1/4]
HTMLLegendElement::HTMLLegendElement | ( | ) |
Definition at line 671 of file html_form.cpp.
◆ HTMLLegendElement() [2/4]
HTMLLegendElement::HTMLLegendElement | ( | const HTMLLegendElement & | other | ) |
Definition at line 675 of file html_form.cpp.
◆ HTMLLegendElement() [3/4]
|
inline |
Definition at line 770 of file html_form.h.
◆ HTMLLegendElement() [4/4]
|
protected |
Definition at line 679 of file html_form.cpp.
◆ ~HTMLLegendElement()
HTMLLegendElement::~HTMLLegendElement | ( | ) |
Definition at line 695 of file html_form.cpp.
Member Function Documentation
◆ accessKey()
DOMString HTMLLegendElement::accessKey | ( | ) | const |
A single character access key to give access to the form control.
See the accesskey attribute definition in HTML 4.0.
Definition at line 704 of file html_form.cpp.
◆ align()
DOMString HTMLLegendElement::align | ( | ) | const |
Text alignment relative to FIELDSET
.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 715 of file html_form.cpp.
◆ form()
HTMLFormElement HTMLLegendElement::form | ( | ) | const |
KDE 4.0: remove
Definition at line 699 of file html_form.cpp.
◆ operator=() [1/2]
HTMLLegendElement & HTMLLegendElement::operator= | ( | const HTMLLegendElement & | other | ) |
Definition at line 689 of file html_form.cpp.
◆ operator=() [2/2]
HTMLLegendElement & HTMLLegendElement::operator= | ( | const Node & | other | ) |
Definition at line 683 of file html_form.cpp.
◆ setAccessKey()
void HTMLLegendElement::setAccessKey | ( | const DOMString & | value | ) |
see accessKey
Definition at line 710 of file html_form.cpp.
◆ setAlign()
void HTMLLegendElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 721 of file html_form.cpp.
The documentation for this class was generated from the following files: