DOM::HTMLParamElement Class Reference
Parameters fed to theOBJECT element.  
More...
#include <html_object.h>
Inheritance diagram for DOM::HTMLParamElement:


| Public Member Functions | |
| HTMLParamElement (const HTMLParamElement &other) | |
| HTMLParamElement (const Node &other) | |
| HTMLParamElement & | operator= (const HTMLParamElement &other) | 
| HTMLParamElement & | operator= (const Node &other) | 
| DOMString | name () const | 
| void | setName (const DOMString &) | 
| DOMString | type () const | 
| void | setType (const DOMString &) | 
| DOMString | value () const | 
| void | setValue (const DOMString &) | 
| DOMString | valueType () const | 
| void | setValueType (const DOMString &) | 
| Protected Member Functions | |
| HTMLParamElement (HTMLParamElementImpl *impl) | |
Detailed Description
Parameters fed to theOBJECT element. 
See the PARAM element definition in HTML 4.0.
Definition at line 557 of file html_object.h.
Member Function Documentation
| 
 | 
| The name of a run-time parameter. See the name attribute definition in HTML 4.0. | 
| 
 | 
| see name 
 | 
| 
 | 
| 
Content type for the  See the type attribute definition in HTML 4.0. | 
| 
 | 
| see type 
 | 
| 
 | 
| The value of a run-time parameter. See the value attribute definition in HTML 4.0. | 
| 
 | 
| see value 
 | 
| 
 | 
| 
Information about the meaning of the  See the valuetype attribute definition in HTML 4.0. | 
| 
 | 
| see valueType 
 | 
The documentation for this class was generated from the following file:

