Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.lobobrowser.js.AbstractScriptableDelegate
org.lobobrowser.html.domimpl.NodeImpl
org.lobobrowser.html.domimpl.ElementImpl
org.lobobrowser.html.domimpl.HTMLElementImpl
org.lobobrowser.html.domimpl.HTMLScriptElementImpl
Field Summary |
Fields inherited from class org.lobobrowser.html.domimpl.ElementImpl | |
attributes |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Constructor Summary | |
|
Method Summary | |
boolean |
|
String |
|
String |
|
String |
|
String |
|
String |
|
protected void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Object |
|
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
public HTMLScriptElementImpl()
public HTMLScriptElementImpl(String name)
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
protected final void processScript()
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
public Object setUserData(String key, Object data, UserDataHandler handler)
- Overrides:
- setUserData in interface NodeImpl