|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
DocumentFragment
.
Document
.
DocumentType
.
DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.CSSStyleSheet
outside the context of a document.Document
interface represents the entire HTML or XML
document.DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment
is a "lightweight" or "minimal"
Document
object.DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved.Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DocumentView
interface is implemented by
Document
objects in DOM implementations supporting DOM
Views.oldMedium
from the list.
|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |