khtml Library API Documentation

DOM::HTMLParamElement Class Reference

Parameters fed to the OBJECT element. More...

#include <html_object.h>

Inheritance diagram for DOM::HTMLParamElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLParamElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLParamElement (const HTMLParamElement &other)
 HTMLParamElement (const Node &other)
HTMLParamElementoperator= (const HTMLParamElement &other)
HTMLParamElementoperator= (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 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  )  const
 

The name of a run-time parameter.

See the name attribute definition in HTML 4.0.

Referenced by KJS::HTMLElement::getValueProperty().

void DOM::HTMLParamElement::setName const DOMString  ) 
 

see name

Referenced by KJS::HTMLElement::putValueProperty().

DOMString DOM::HTMLParamElement::type  )  const
 

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

See the type attribute definition in HTML 4.0.

Referenced by KJS::HTMLElement::getValueProperty().

void DOM::HTMLParamElement::setType const DOMString  ) 
 

see type

Referenced by KJS::HTMLElement::putValueProperty().

DOMString DOM::HTMLParamElement::value  )  const
 

The value of a run-time parameter.

See the value attribute definition in HTML 4.0.

Referenced by KJS::HTMLElement::getValueProperty().

void DOM::HTMLParamElement::setValue const DOMString  ) 
 

see value

Referenced by KJS::HTMLElement::putValueProperty().

DOMString DOM::HTMLParamElement::valueType  )  const
 

Information about the meaning of the value attribute value.

See the valuetype attribute definition in HTML 4.0.

Referenced by KJS::HTMLElement::getValueProperty().

void DOM::HTMLParamElement::setValueType const DOMString  ) 
 

see valueType

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 07:13:18 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003