Class Document

java.lang.Object
elemental2.dom.Node
elemental2.dom.Document
All Implemented Interfaces:
EventTarget
Direct Known Subclasses:
HTMLDocument

@JsType(isNative=true, namespace="<global>") public class Document extends Node
  • Field Details

    • activeElement

      public Element activeElement
    • characterSet

      public String characterSet
    • childElementCount

      public int childElementCount
    • children

      public HTMLCollection children
    • compatMode

      public String compatMode
    • contentType

      public String contentType
    • currentScript

      public HTMLScriptElement currentScript
    • defaultView

      public Window defaultView
    • designMode

      public String designMode
    • doctype

      public DocumentType doctype
    • documentElement

      public HTMLHtmlElement documentElement
    • documentURI

      public String documentURI
    • firstElementChild

      public Element firstElementChild
    • fonts

      public FontFaceSet fonts
    • fullscreenElement

      public Element fullscreenElement
    • fullscreenEnabled

      public boolean fullscreenEnabled
    • hidden

      public boolean hidden
    • implementation

      public DOMImplementation implementation
    • inputEncoding

      public String inputEncoding
    • lastElementChild

      public Element lastElementChild
    • mozFullScreen

      public boolean mozFullScreen
    • mozFullScreenElement

      public Element mozFullScreenElement
    • mozFullScreenEnabled

      public boolean mozFullScreenEnabled
    • mozHidden

      public boolean mozHidden
    • mozVisibilityState

      public String mozVisibilityState
    • msFullscreenElement

      public Element msFullscreenElement
    • msFullscreenEnabled

      public boolean msFullscreenEnabled
    • msHidden

      public boolean msHidden
    • msVisibilityState

      public String msVisibilityState
    • open

      public Object open
    • pointerLockElement

      public Element pointerLockElement
    • prerendering

      public boolean prerendering
    • readyState

      public String readyState
    • scrollingElement

      public Element scrollingElement
    • visibilityState

      public String visibilityState
    • webkitCurrentFullScreenElement

      public Element webkitCurrentFullScreenElement
    • webkitFullScreenKeyboardInputAllowed

      public boolean webkitFullScreenKeyboardInputAllowed
    • webkitFullscreenElement

      public Element webkitFullscreenElement
    • webkitFullscreenEnabled

      public boolean webkitFullscreenEnabled
    • webkitHidden

      public boolean webkitHidden
    • webkitIsFullScreen

      public boolean webkitIsFullScreen
    • webkitVisibilityState

      public String webkitVisibilityState
    • xmlEncoding

      public String xmlEncoding
    • xmlStandalone

      public boolean xmlStandalone
    • xmlVersion

      public String xmlVersion
  • Constructor Details

    • Document

      public Document()
  • Method Details