W3cubDocs

/Haxe JavaScript

HTMLDocument

package js.html

extends DocumentNodeEventTarget

Available on js

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.

Documentation HTMLDocument by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

alinkColor:String

read only all:HTMLAllCollection

read only anchors:HTMLCollection

read only applets:HTMLCollection

bgColor:String

body:Element

designMode:String

domain:String

read only embeds:HTMLCollection

fgColor:String

read only forms:HTMLCollection

read only images:HTMLCollection

linkColor:String

read only plugins:HTMLCollection

read only scripts:HTMLCollection

vlinkColor:String

Methods

captureEvents ():Void

clear ():Void

close ():Void

Throws:

null DOMError

inline createAnchorElement ():AnchorElement

Shorthand for creating an HTML element.

inline createAppletElement ():AppletElement

Shorthand for creating an HTML element.

inline createAreaElement ():AreaElement

Shorthand for creating an HTML element.

inline createAudioElement ():AudioElement

Shorthand for creating an HTML

inline createBRElement ():BRElement

Shorthand for creating an HTML
element.

inline createBaseElement ():BaseElement

Shorthand for creating an HTML element.

inline createBodyElement ():BodyElement

Shorthand for creating an HTML

element.

inline createButtonElement ():ButtonElement

Shorthand for creating an HTML

inline createCanvasElement ():CanvasElement

Shorthand for creating an HTML element.

inline createContentElement ():ContentElement

Shorthand for creating an HTML element.

inline createDListElement ():DListElement

Shorthand for creating an HTML

element.

inline createDataListElement ():DataListElement

Shorthand for creating an HTML element.

inline createDirectoryElement ():DirectoryElement

Shorthand for creating an HTML

element.

inline createDivElement ():DivElement

Shorthand for creating an HTML

element.

inline createEmbedElement ():EmbedElement

Shorthand for creating an HTML element.

inline createFieldSetElement ():FieldSetElement

Shorthand for creating an HTML

element.

inline createFontElement ():FontElement

Shorthand for creating an HTML element.

inline createFormElement ():FormElement

Shorthand for creating an HTML

element.

inline createFrameElement ():FrameElement

Shorthand for creating an HTML element.

inline createFrameSetElement ():FrameSetElement

Shorthand for creating an HTML

element.

inline createHRElement ():HRElement

Shorthand for creating an HTML

element.

inline createHeadElement ():HeadElement

Shorthand for creating an HTML

element.

inline createHtmlElement ():HtmlElement

Shorthand for creating an HTML element.

inline createIFrameElement ():IFrameElement

Shorthand for creating an HTML

inline createImageElement ():ImageElement

Shorthand for creating an HTML element.

inline createInputElement ():InputElement

Shorthand for creating an HTML element.

inline createLIElement ():LIElement

Shorthand for creating an HTML

  • element.
  • inline createLabelElement ():LabelElement

    Shorthand for creating an HTML

    inline createLegendElement ():LegendElement

    Shorthand for creating an HTML element.

    inline createLinkElement ():LinkElement

    Shorthand for creating an HTML element.

    inline createMapElement ():MapElement

    Shorthand for creating an HTML element.

    inline createMediaElement ():MediaElement

    Shorthand for creating an HTML element.

    inline createMenuElement ():MenuElement

    Shorthand for creating an HTML

    element.

    inline createMetaElement ():MetaElement

    Shorthand for creating an HTML element.

    inline createMeterElement ():MeterElement

    Shorthand for creating an HTML element.

    inline createModElement ():ModElement

    Shorthand for creating an HTML element.

    inline createOListElement ():OListElement

    Shorthand for creating an HTML

      element.

    inline createObjectElement ():ObjectElement

    Shorthand for creating an HTML element.

    inline createOptGroupElement ():OptGroupElement

    Shorthand for creating an HTML element.

    inline createOptionElement ():OptionElement

    Shorthand for creating an HTML

    inline createOutputElement ():OutputElement

    Shorthand for creating an HTML element.

    inline createParagraphElement ():ParagraphElement

    Shorthand for creating an HTML

    element.

    inline createParamElement ():ParamElement

    Shorthand for creating an HTML element.

    inline createPictureElement ():PictureElement

    Shorthand for creating an HTML element.

    inline createPreElement ():PreElement

    Shorthand for creating an HTML

     element.

    inline createProgressElement ():ProgressElement

    Shorthand for creating an HTML element.

    inline createQuoteElement ():QuoteElement

    Shorthand for creating an HTML element.

    inline createScriptElement ():ScriptElement

    Shorthand for creating an HTML

    © 2005–2016 Haxe Foundation
    Licensed under a MIT license.
    http://api.haxe.org/js/html/HTMLDocument.html