Table of Contents
Document Methods

The methods of the Document class are listed below. For a complete list of Document class members, see the Document Members topic.

Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
getElementById Returns a reference to the first Element with the specified value of the id attribute.
getElementsByName Returns an array of Elements with the specified value of the name attribute.
getElementsByTagName Returns an array of Elements with the specified tag name.
GetHashCode (inherited from Object) 
GetPropertyNames (inherited from JSObject) Gets a list of property names exposed by this object.
GetType (inherited from Object) 
InvokeFunction (inherited from JSObject) Calls a function on this JavaScript object.
IsTheSame (inherited from JSObject) Compares whether two JavaScript objects are the same.
MemberwiseClone (inherited from Object) 
ToArray (inherited from JSObject) Converts this object to an array.
ToString (inherited from Object) 
See Also