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

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.
Public Member Functions | |
| HTMLFieldSetElement () | |
| HTMLFieldSetElement (const HTMLFieldSetElement &other) | |
| HTMLFieldSetElement (const Node &other) | |
| HTMLFieldSetElement & | operator= (const HTMLFieldSetElement &other) |
| HTMLFieldSetElement & | operator= (const Node &other) |
| ~HTMLFieldSetElement () | |
| HTMLFormElement | form () const |
Protected Member Functions | |
| HTMLFieldSetElement (HTMLFieldSetElementImpl *impl) | |
Member Function Documentation
| HTMLFormElement HTMLFieldSetElement::form | ( | ) | const |
The documentation for this class was generated from the following files:

