khtml Library API Documentation

DOM::HTMLParamElement Class Reference

Parameters fed to the OBJECT element. More...

#include <html_object.h>

Inheritance diagram for DOM::HTMLParamElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

HTMLParamElement & operator= (const Node &other)
DOMString name () const
 The name of a run-time parameter.

void setName (const DOMString &)
 see name

DOMString type () const
 Content type for the value attribute when valuetype has the value "ref".

void setType (const DOMString &)
 see type

DOMString value () const
 The value of a run-time parameter.

void setValue (const DOMString &)
 see value

DOMString valueType () const
 Information about the meaning of the value attribute value.

void setValueType (const DOMString &)
 see valueType


Detailed Description

Parameters fed to the OBJECT element.

See the PARAM element definition in HTML 4.0.

Definition at line 557 of file html_object.h.


Member Function Documentation

DOMString DOM::HTMLParamElement::name  
 

The name of a run-time parameter.

See the name attribute definition in HTML 4.0.

void DOM::HTMLParamElement::setName const DOMString  
 

see name

DOMString DOM::HTMLParamElement::type  
 

Content type for the value attribute when valuetype has the value "ref".

See the type attribute definition in HTML 4.0.

void DOM::HTMLParamElement::setType const DOMString  
 

see type

DOMString DOM::HTMLParamElement::value  
 

The value of a run-time parameter.

See the value attribute definition in HTML 4.0.

void DOM::HTMLParamElement::setValue const DOMString  
 

see value

DOMString DOM::HTMLParamElement::valueType  
 

Information about the meaning of the value attribute value.

See the valuetype attribute definition in HTML 4.0.

void DOM::HTMLParamElement::setValueType const DOMString  
 

see valueType


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001