Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLScriptElement
extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
boolean |
|
String |
|
String |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getCharset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
public boolean getDefer()
Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.
public String getEvent()
Reserved for future use.
public String getHtmlFor()
Reserved for future use.
public String getSrc()
URI [IETF RFC 2396] designating an external script. See the src attribute definition in HTML 4.01.
public String getText()
The script content of the element.
public String getType()
The content type of the script language. See the type attribute definition in HTML 4.01.
public void setCharset(String charset)
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
public void setDefer(boolean defer)
Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.
public void setEvent(String event)
Reserved for future use.
public void setHtmlFor(String htmlFor)
Reserved for future use.
public void setSrc(String src)
URI [IETF RFC 2396] designating an external script. See the src attribute definition in HTML 4.01.
public void setText(String text)
The script content of the element.
public void setType(String type)
The content type of the script language. See the type attribute definition in HTML 4.01.