@JsType(isNative=true,
namespace="<global>")
public class Element
extends Node
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
java.lang.String |
innerHTML |
Function |
onload |
java.lang.String |
outerHTML |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(java.lang.String attribute,
java.lang.String value) |
appendChild, removeChild@JsProperty public java.lang.String innerHTML
@JsProperty public java.lang.String outerHTML
@JsProperty public java.lang.String id
@JsProperty public Function onload