Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static ScriptElement |
ScriptElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
ScriptElement |
Document.createScriptElement()
Creates a <script> element.
|
ScriptElement |
DOMImplStandardBase.createScriptElement(Document doc,
java.lang.String source)
Safari 2 does not support
setText(String) . |
ScriptElement |
DOMImpl.createScriptElement(Document doc,
java.lang.String source) |
ScriptElement |
Document.createScriptElement(java.lang.String source)
Creates a <script> element.
|