package js.html
extends Document › Node › EventTarget
Available on js
HTMLDocumentis 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:
alinkColor:Stringread only all:HTMLAllCollectionread only anchors:HTMLCollectionread only applets:HTMLCollectionbgColor:Stringbody:Elementcookie:StringdesignMode:Stringdomain:Stringread only embeds:HTMLCollectionfgColor:Stringread only forms:HTMLCollectionread only head:HeadElementread only images:HTMLCollectionlinkColor:Stringread only links:HTMLCollectionread only plugins:HTMLCollectionread only scripts:HTMLCollectionvlinkColor:StringcaptureEvents ():Voidclear ():Voidclose ():VoidThrows:
null |
DOMError |
|---|
inline createAnchorElement ():AnchorElementShorthand for creating an HTML element.
inline createAppletElement ():AppletElementShorthand for creating an HTML
inline createAreaElement ():AreaElementShorthand for creating an HTML element.
inline createAudioElement ():AudioElementShorthand for creating an HTML
inline createBRElement ():BRElementShorthand for creating an HTML
element.
inline createBaseElement ():BaseElementShorthand for creating an HTML
inline createBodyElement ():BodyElementShorthand for creating an HTML
element.inline createButtonElement ():ButtonElementShorthand for creating an HTML
inline createCanvasElement ():CanvasElementShorthand for creating an HTML
inline createContentElement ():ContentElementShorthand for creating an HTML
inline createDListElement ():DListElementShorthand for creating an HTML
inline createDataListElement ():DataListElementShorthand for creating an HTML
inline createDirectoryElement ():DirectoryElementShorthand for creating an HTML
inline createDivElement ():DivElementShorthand for creating an HTML
inline createEmbedElement ():EmbedElementShorthand for creating an HTML
inline createFieldSetElement ():FieldSetElementShorthand for creating an HTML
inline createFontElement ():FontElementShorthand for creating an HTML element.
inline createFormElement ():FormElementShorthand for creating an HTML
inline createFrameElement ():FrameElementShorthand for creating an HTML element.
inline createFrameSetElement ():FrameSetElementShorthand for creating an HTML
inline createHRElement ():HRElementShorthand for creating an HTML
element.inline createHeadElement ():HeadElementShorthand for creating an HTML
element.inline createHtmlElement ():HtmlElementShorthand for creating an HTML element.
inline createIFrameElement ():IFrameElementShorthand for creating an HTML
inline createImageElement ():ImageElementShorthand for creating an HTML element.
inline createInputElement ():InputElementShorthand for creating an HTML element.
inline createLIElement ():LIElementShorthand for creating an HTML
inline createLabelElement ():LabelElementShorthand for creating an HTML
inline createLegendElement ():LegendElementShorthand for creating an HTML
inline createLinkElement ():LinkElementShorthand for creating an HTML element.
inline createMapElement ():MapElementShorthand for creating an HTML
inline createMediaElement ():MediaElementShorthand for creating an HTML
inline createMenuElement ():MenuElementShorthand for creating an HTML
inline createMetaElement ():MetaElementShorthand for creating an HTML element.
inline createMeterElement ():MeterElementShorthand for creating an HTML
inline createModElement ():ModElementShorthand for creating an HTML
inline createOListElement ():OListElementShorthand for creating an HTML
inline createObjectElement ():ObjectElementShorthand for creating an HTML
inline createOptGroupElement ():OptGroupElementShorthand for creating an HTML
inline createOptionElement ():OptionElementShorthand for creating an HTML
inline createOutputElement ():OutputElementShorthand for creating an HTML
inline createParagraphElement ():ParagraphElementShorthand for creating an HTML
element.
inline createParamElement ():ParamElementShorthand for creating an HTML element.
inline createPictureElement ():PictureElementShorthand for creating an HTML
inline createPreElement ():PreElementShorthand for creating an HTML
element.
inline createProgressElement ():ProgressElementShorthand for creating an HTML
inline createQuoteElement ():QuoteElementShorthand for creating an HTML element.
inline createScriptElement ():ScriptElementShorthand for creating an HTML
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/HTMLDocument.html