Method Summary |
|
public String | getCharset() The character encoding of the linked resource. |
public boolean | getDefer() Indicates that the user agent can defer processing of the script. |
public String | getEvent() Reserved for future use. |
public String | getHtmlFor() Reserved for future use. |
public String | getSrc() URI designating an external script. |
public String | getText() The script content of the element. |
public String | getType() The content type of the script language. |
public void | setCharset(String charset) |
public void | setDefer(boolean defer) |
public void | setEvent(String event) |
public void | setHtmlFor(String htmlFor) |
public void | setSrc(String src) |
public void | setText(String text) |
public void | setType(String type) |