Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLScriptElement
Constructor Summary | |
|
Method Summary | |
String |
|
boolean |
|
String |
|
String |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void |
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLScriptElement(DomHTMLDocument owner, String namespaceURI, String name)
public String getCharset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
- Specified by:
- getCharset in interface HTMLScriptElement
public boolean getDefer()
Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.
- Specified by:
- getDefer in interface HTMLScriptElement
public String getEvent()
Reserved for future use.
- Specified by:
- getEvent in interface HTMLScriptElement
public String getHtmlFor()
Reserved for future use.
- Specified by:
- getHtmlFor in interface HTMLScriptElement
public String getSrc()
URI [IETF RFC 2396] designating an external script. See the src attribute definition in HTML 4.01.
- Specified by:
- getSrc in interface HTMLScriptElement
public String getText()
The script content of the element.
- Specified by:
- getText in interface HTMLScriptElement
public String getType()
The content type of the script language. See the type attribute definition in HTML 4.01.
- Specified by:
- getType in interface HTMLScriptElement
public void setCharset(String charset)
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
- Specified by:
- setCharset in interface HTMLScriptElement
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.
- Specified by:
- setDefer in interface HTMLScriptElement
public void setEvent(String event)
Reserved for future use.
- Specified by:
- setEvent in interface HTMLScriptElement
public void setHtmlFor(String htmlFor)
Reserved for future use.
- Specified by:
- setHtmlFor in interface HTMLScriptElement
public void setSrc(String src)
URI [IETF RFC 2396] designating an external script. See the src attribute definition in HTML 4.01.
- Specified by:
- setSrc in interface HTMLScriptElement
public void setText(String text)
The script content of the element.
- Specified by:
- setText in interface HTMLScriptElement
public void setType(String type)
The content type of the script language. See the type attribute definition in HTML 4.01.
- Specified by:
- setType in interface HTMLScriptElement