org.kde.koala
Class HTMLParamElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLParamElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLParamElement
extends HTMLElement

Parameters fed to the OBJECT element. See the PARAM element definition in HTML 4.0.


Constructor Summary
  HTMLParamElement()
           
protected HTMLParamElement(java.lang.Class dummy)
           
  HTMLParamElement(HTMLParamElement other)
           
  HTMLParamElement(Node other)
           
 
Method Summary
 java.lang.String name()
          The name of a run-time parameter.
 void setName(java.lang.String arg1)
          see name
 void setType(java.lang.String arg1)
          see type
 void setValue(java.lang.String arg1)
          see value
 void setValueType(java.lang.String arg1)
          see valueType
 java.lang.String type()
          Content type for the value attribute when valuetype has the value "ref".
 java.lang.String value()
          The value of a run-time parameter.
 java.lang.String valueType()
          Information about the meaning of the value attribute value.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParamElement

protected HTMLParamElement(java.lang.Class dummy)

HTMLParamElement

public HTMLParamElement()

HTMLParamElement

public HTMLParamElement(HTMLParamElement other)

HTMLParamElement

public HTMLParamElement(Node other)
Method Detail

name

public java.lang.String name()
The name of a run-time parameter. See the name attribute definition in HTML 4.0.


setName

public void setName(java.lang.String arg1)
see name


type

public java.lang.String type()
Content type for the value attribute when valuetype has the value "ref". See the type attribute definition in HTML 4.0.


setType

public void setType(java.lang.String arg1)
see type


value

public java.lang.String value()
The value of a run-time parameter. See the value attribute definition in HTML 4.0.


setValue

public void setValue(java.lang.String arg1)
see value


valueType

public java.lang.String valueType()
Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.0.


setValueType

public void setValueType(java.lang.String arg1)
see valueType