code.progysm.com

document

Modèle Objet du Document XML ou HTML

Type:
	selon le type de document qui utilise la balise <script></script>
	HTMLDocument (contexte HTML/XHTML, mimes: text/html, application/xhtml+xml)
	XULDocument (contexte XUL)
	SVGDocument (contexte SVG)

Les HTMLDocument, XULDocument et SVGDocument hérite de Document.

Propriétés
- alinkColor : String
- anchors : HTMLCollection // of HTMLAnchorElement
- bgColor : String
- cookie : String
+ evaluate()
- fgColor : String
- forms : HTMLCollection of HTMLFormElement
- linkColor : String
- links : HTMLCollection // of HTMLAnchorElement
- location : Location
- referrer : String
- title : String
- vlinkColor : String