org.kde.koala

Class HTMLScriptElement

public class HTMLScriptElement extends HTMLElement

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

UNKNOWN: Script statements.

Constructor Summary
protected HTMLScriptElement(Class dummy)
HTMLScriptElement()
HTMLScriptElement(HTMLScriptElement other)
HTMLScriptElement(Node other)
Method Summary
Stringcharset()
The character encoding of the linked resource.
booleandefer()
Indicates that the user agent can defer processing of the script.
Stringevent()
Reserved for future use.
StringhtmlFor()
Reserved for future use.
voidsetCharset(String arg1)
see charset
voidsetDefer(boolean arg1)
see defer
voidsetEvent(String arg1)
see event
voidsetHtmlFor(String arg1)
see htmlFor
voidsetSrc(String arg1)
see src
voidsetText(String arg1)
see text
voidsetType(String arg1)
see type
Stringsrc()
URI designating an external script.
Stringtext()
The script content of the element.
Stringtype()
The content type of the script language.

Constructor Detail

HTMLScriptElement

protected HTMLScriptElement(Class dummy)

HTMLScriptElement

public HTMLScriptElement()

HTMLScriptElement

public HTMLScriptElement(HTMLScriptElement other)

HTMLScriptElement

public HTMLScriptElement(Node other)

Method Detail

charset

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

UNKNOWN: The character encoding of the linked resource.

defer

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

UNKNOWN: Indicates that the user agent can defer processing of the script.

event

public String event()
Reserved for future use.

UNKNOWN: Reserved for future use.

htmlFor

public String htmlFor()
Reserved for future use.

UNKNOWN: Reserved for future use.

setCharset

public void setCharset(String arg1)
see charset

UNKNOWN: see charset

setDefer

public void setDefer(boolean arg1)
see defer

UNKNOWN: see defer

setEvent

public void setEvent(String arg1)
see event

UNKNOWN: see event

setHtmlFor

public void setHtmlFor(String arg1)
see htmlFor

UNKNOWN: see htmlFor

setSrc

public void setSrc(String arg1)
see src

UNKNOWN: see src

setText

public void setText(String arg1)
see text

UNKNOWN: see text

setType

public void setType(String arg1)
see type

UNKNOWN: see type

src

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

UNKNOWN: URI designating an external script.

text

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

UNKNOWN: The script content of the element.

type

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

UNKNOWN: The content type of the script language.