package js.html
extends Document › Node › EventTarget
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:
alinkColor:String
read only all:HTMLAllCollection
read only anchors:HTMLCollection
read only applets:HTMLCollection
bgColor:String
body:Element
cookie:String
designMode:String
domain:String
read only embeds:HTMLCollection
fgColor:String
read only forms:HTMLCollection
read only head:HeadElement
read only images:HTMLCollection
linkColor:String
read only links:HTMLCollection
read only plugins:HTMLCollection
read only scripts:HTMLCollection
vlinkColor:String
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
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
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
inline createContentElement ():ContentElement
Shorthand for creating an HTML
inline createDListElement ():DListElement
Shorthand for creating an HTML
inline createDataListElement ():DataListElement
Shorthand for creating an HTML
inline createDirectoryElement ():DirectoryElement
Shorthand for creating an HTML
inline createDivElement ():DivElement
Shorthand for creating an HTML
inline createEmbedElement ():EmbedElement
Shorthand for creating an HTML
inline createFieldSetElement ():FieldSetElement
Shorthand for creating an HTML
inline createFontElement ():FontElement
Shorthand for creating an HTML element.
inline createFormElement ():FormElement
Shorthand for creating an HTML
inline createFrameElement ():FrameElement
Shorthand for creating an HTML element.
inline createFrameSetElement ():FrameSetElement
Shorthand for creating an HTML
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
inline createLabelElement ():LabelElement
Shorthand for creating an HTML
inline createLegendElement ():LegendElement
Shorthand for creating an HTML
inline createLinkElement ():LinkElement
Shorthand for creating an HTML element.
inline createMapElement ():MapElement
Shorthand for creating an HTML
inline createMediaElement ():MediaElement
Shorthand for creating an HTML
inline createMenuElement ():MenuElement
Shorthand for creating an HTML
inline createMetaElement ():MetaElement
Shorthand for creating an HTML element.
inline createMeterElement ():MeterElement
Shorthand for creating an HTML
inline createModElement ():ModElement
Shorthand for creating an HTML
inline createOListElement ():OListElement
Shorthand for creating an HTML
inline createObjectElement ():ObjectElement
Shorthand for creating an HTML
inline createOptGroupElement ():OptGroupElement
Shorthand for creating an HTML
inline createOptionElement ():OptionElement
Shorthand for creating an HTML
inline createOutputElement ():OutputElement
Shorthand for creating an HTML
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
inline createPreElement ():PreElement
Shorthand for creating an HTML
element.
inline createProgressElement ():ProgressElement
Shorthand for creating an HTML
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