Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLParamElement
extends HTMLElement
OBJECT
element. See the PARAM element
definition in HTML 4.01.
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getName()
The name of a run-time parameter. See the name attribute definition in HTML 4.01.
public String getType()
Content type for thevalue
attribute whenvaluetype
has the value "ref". See the type attribute definition in HTML 4.01.
public String getValue()
The value of a run-time parameter. See the value attribute definition in HTML 4.01.
public String getValueType()
Information about the meaning of thevalue
attribute value. See the valuetype attribute definition in HTML 4.01.
public void setName(String name)
The name of a run-time parameter. See the name attribute definition in HTML 4.01.
public void setType(String type)
Content type for thevalue
attribute whenvaluetype
has the value "ref". See the type attribute definition in HTML 4.01.
public void setValue(String value)
The value of a run-time parameter. See the value attribute definition in HTML 4.01.
public void setValueType(String valueType)
Information about the meaning of thevalue
attribute value. See the valuetype attribute definition in HTML 4.01.