class HTMLParamElement

Parameters fed to the <code> OBJECT </code> element. More...

Full nameDOM::HTMLParamElement
Definition#include <html_object.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Parameters fed to the <code> OBJECT </code> element. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-PARAM"> PARAM element definition </a> in HTML 4.0.

DOMString  name ()

[const]

The name of a run-time parameter. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-PARAM"> name attribute definition </a> in HTML 4.0.

void  setName ( const DOMString & )

see name

DOMString  type ()

[const]

Content type for the <code> value </code> attribute when <code> valuetype </code> has the value "ref". See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-type-PARAM"> type attribute definition </a> in HTML 4.0.

void  setType ( const DOMString & )

see type

DOMString  value ()

[const]

The value of a run-time parameter. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-value-PARAM"> value attribute definition </a> in HTML 4.0.

void  setValue ( const DOMString & )

see value

DOMString  valueType ()

[const]

Information about the meaning of the <code> value </code> attribute value. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-valuetype"> valuetype attribute definition </a> in HTML 4.0.

void  setValueType ( const DOMString & )

see valueType


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.