HTMLDocument Interface Reference

import "HTMLDocument.idl";

Collaboration diagram for HTMLDocument:

Collaboration graph
[legend]
List of all members.

Public Member Functions

attribute HTMLElement body
setter 
raises (DOMException)
void open ()
void close ()
void write (in DOMString text)
void writeln (in DOMString text)
NodeList getElementsByName (in DOMString elementName)
Element getElementById (in DOMString elementId)

Public Attributes

attribute DOMString title
readonly attribute DOMString referrer
readonly attribute DOMString domain
readonly attribute DOMString URL
readonly attribute HTMLCollection images
readonly attribute HTMLCollection applets
readonly attribute HTMLCollection links
readonly attribute HTMLCollection forms
readonly attribute HTMLCollection anchors
attribute DOMString cookie

Detailed Description

Definition at line 23 of file HTMLDocument.idl.


Member Function Documentation

attribute HTMLElement body setter raises ( DOMException   ) 

void open (  ) 

void close (  ) 

void write ( in DOMString  text  ) 

void writeln ( in DOMString  text  ) 

NodeList getElementsByName ( in DOMString  elementName  ) 

Element getElementById ( in DOMString  elementId  ) 


Member Data Documentation

attribute DOMString title

Definition at line 25 of file HTMLDocument.idl.

readonly attribute DOMString referrer

Definition at line 26 of file HTMLDocument.idl.

readonly attribute DOMString domain

Definition at line 27 of file HTMLDocument.idl.

readonly attribute DOMString URL

Definition at line 28 of file HTMLDocument.idl.

readonly attribute HTMLCollection images

Definition at line 35 of file HTMLDocument.idl.

readonly attribute HTMLCollection applets

Definition at line 36 of file HTMLDocument.idl.

readonly attribute HTMLCollection links

Definition at line 37 of file HTMLDocument.idl.

readonly attribute HTMLCollection forms

Definition at line 38 of file HTMLDocument.idl.

readonly attribute HTMLCollection anchors

Definition at line 39 of file HTMLDocument.idl.

attribute DOMString cookie

Definition at line 44 of file HTMLDocument.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:12:52 2007 for Web Kit DOM by  doxygen 1.5.1