@JsType(isNative=true, name="document", namespace="<global>") public class Document extends Node
Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
static HTMLElement |
createElement(java.lang.String tag) |
static HTMLElement |
getBody() |
static HTMLElement |
getElementById(java.lang.String id) |
static HTMLElement |
getHead() |
appendChild, removeChild
public static HTMLElement getElementById(java.lang.String id)
public static HTMLElement createElement(java.lang.String tag)
@JsProperty public static HTMLElement getHead()
@JsProperty public static HTMLElement getBody()