|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
oldMedium
from the list.
NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the
NodeIterator
in the INVALID state.
Document
interface represents the entire HTML or XML
document.DocumentFragment
.
Document
.
DocumentType
.
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.DocumentTraversal
contains methods that create
NodeIterators
and TreeWalkers
to traverse a
node and its children in document order (depth first, pre-order
traversal, which is equivalent to the order in which the start tags occur
in the text representation of the document).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.DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.DOMError
is an interface that describes an error.DOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g.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.DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.DOMImplementationLS
contains the factory methods for creating
Load and Save objects.DOMImplementation
.DOMLocator
is an interface that describes a location (e.g.DOMString
.
DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.
|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |