public class ScriptTag extends HtmlElement
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Specifies the character encoding used in an external script file
|
String |
getDefer()
Specifies that the script is executed when the page has finished parsing (only for external scripts)
|
String |
getEvent()
getEvent.
|
String |
getFor()
getFor.
|
String |
getLanguage()
getLanguage.
|
String |
getSrc()
Specifies the URL of an external script file
|
String |
getType()
Specifies the MIME type of the script
|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getCharset()
public String getType()
public String getSrc()
public String getDefer()
Copyright © 2012. All Rights Reserved.