DOM::HTMLFieldSetElement Class Reference
#include <html_form.h>
Inheritance diagram for DOM::HTMLFieldSetElement:

Protected Member Functions | |
HTMLFieldSetElement (HTMLFieldSetElementImpl *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
Organizes form controls into logical groups.
See the FIELDSET element definition in HTML 4.0.
Definition at line 172 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLFieldSetElement() [1/4]
HTMLFieldSetElement::HTMLFieldSetElement | ( | ) |
Definition at line 147 of file html_form.cpp.
◆ HTMLFieldSetElement() [2/4]
HTMLFieldSetElement::HTMLFieldSetElement | ( | const HTMLFieldSetElement & | other | ) |
Definition at line 151 of file html_form.cpp.
◆ HTMLFieldSetElement() [3/4]
|
inline |
Definition at line 177 of file html_form.h.
◆ HTMLFieldSetElement() [4/4]
|
protected |
Definition at line 155 of file html_form.cpp.
◆ ~HTMLFieldSetElement()
HTMLFieldSetElement::~HTMLFieldSetElement | ( | ) |
Definition at line 171 of file html_form.cpp.
Member Function Documentation
◆ form()
HTMLFormElement HTMLFieldSetElement::form | ( | ) | const |
KDE 4.0: remove.
Definition at line 175 of file html_form.cpp.
◆ operator=() [1/2]
HTMLFieldSetElement & HTMLFieldSetElement::operator= | ( | const HTMLFieldSetElement & | other | ) |
Definition at line 165 of file html_form.cpp.
◆ operator=() [2/2]
HTMLFieldSetElement & HTMLFieldSetElement::operator= | ( | const Node & | other | ) |
Definition at line 159 of file html_form.cpp.
The documentation for this class was generated from the following files: