org.kde.koala
public class HTMLScriptElement extends HTMLElement
UNKNOWN: Script statements.
Constructor Summary | |
---|---|
protected | HTMLScriptElement(Class dummy) |
HTMLScriptElement() | |
HTMLScriptElement(HTMLScriptElement other) | |
HTMLScriptElement(Node other) |
Method Summary | |
---|---|
String | charset()
The character encoding of the linked resource. |
boolean | defer()
Indicates that the user agent can defer processing of the
script. |
String | event()
Reserved for future use. |
String | htmlFor()
Reserved for future use. |
void | setCharset(String arg1)
see charset |
void | setDefer(boolean arg1)
see defer |
void | setEvent(String arg1)
see event |
void | setHtmlFor(String arg1)
see htmlFor |
void | setSrc(String arg1)
see src |
void | setText(String arg1)
see text |
void | setType(String arg1)
see type |
String | src()
URI designating an external script. |
String | text()
The script content of the element. |
String | type()
The content type of the script language. |
UNKNOWN: The character encoding of the linked resource.
UNKNOWN: Indicates that the user agent can defer processing of the script.
UNKNOWN: Reserved for future use.
UNKNOWN: Reserved for future use.
UNKNOWN: see charset
UNKNOWN: see defer
UNKNOWN: see event
UNKNOWN: see htmlFor
UNKNOWN: see src
UNKNOWN: see text
UNKNOWN: see type
UNKNOWN: URI designating an external script.
UNKNOWN: The script content of the element.
UNKNOWN: The content type of the script language.