org.kde.koala
Class HTMLScriptElement

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.HTMLScriptElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLScriptElement
extends HTMLElement

Script statements. See the SCRIPT element definition in HTML 4.0.


Constructor Summary
  HTMLScriptElement()
           
protected HTMLScriptElement(java.lang.Class dummy)
           
  HTMLScriptElement(HTMLScriptElement other)
           
  HTMLScriptElement(Node other)
           
 
Method Summary
 java.lang.String charset()
          The character encoding of the linked resource.
 boolean defer()
          Indicates that the user agent can defer processing of the script.
 java.lang.String event()
          Reserved for future use.
 java.lang.String htmlFor()
          Reserved for future use.
 void setCharset(java.lang.String arg1)
          see charset
 void setDefer(boolean arg1)
          see defer
 void setEvent(java.lang.String arg1)
          see event
 void setHtmlFor(java.lang.String arg1)
          see htmlFor
 void setSrc(java.lang.String arg1)
          see src
 void setText(java.lang.String arg1)
          see text
 void setType(java.lang.String arg1)
          see type
 java.lang.String src()
          URI designating an external script.
 java.lang.String text()
          The script content of the element.
 java.lang.String type()
          The content type of the script language.
 
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

HTMLScriptElement

protected HTMLScriptElement(java.lang.Class dummy)

HTMLScriptElement

public HTMLScriptElement()

HTMLScriptElement

public HTMLScriptElement(HTMLScriptElement other)

HTMLScriptElement

public HTMLScriptElement(Node other)
Method Detail

text

public java.lang.String text()
The script content of the element.


setText

public void setText(java.lang.String arg1)
see text


htmlFor

public java.lang.String htmlFor()
Reserved for future use.


setHtmlFor

public void setHtmlFor(java.lang.String arg1)
see htmlFor


event

public java.lang.String event()
Reserved for future use.


setEvent

public void setEvent(java.lang.String arg1)
see event


charset

public java.lang.String charset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.0.


setCharset

public void setCharset(java.lang.String arg1)
see charset


defer

public boolean defer()
Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.0.


setDefer

public void setDefer(boolean arg1)
see defer


src

public java.lang.String src()
URI designating an external script. See the src attribute definition in HTML 4.0.


setSrc

public void setSrc(java.lang.String arg1)
see src


type

public java.lang.String type()
The content type of the script language. See the type attribute definition in HTML 4.0.


setType

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