Interface Summary |
DocumentLS |
The DocumentLS interface provides a mechanism by which the
content of a document can be serialized, or replaced with the DOM tree
produced when loading a URI, or parsing a string. |
DOMImplementationLS |
DOMImplementationLS contains the factory methods for creating
Load and Save objects. |
DOMInput |
This interface represents an input source for data. |
DOMOutput |
This interface represents an output destination for data. |
DOMParser |
An interface to an object that is able to build, or augment, a DOM tree
from various input sources. |
DOMParserFilter |
DOMParserFilter s provide applications the ability to examine
nodes as they are being constructed while parsing. |
DOMResourceResolver |
DOMResourceResolver provides a way for applications to
redirect references to external resources. |
DOMSerializer |
DOMSerializer provides an API for serializing (writing) a DOM
document out into XML. |
DOMSerializerFilter |
DOMSerializerFilter s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not. |
ElementLS |
The ElementLS interface provides a convenient mechanism by
which the children of an element can be serialized to a string, or
replaced by the result of parsing a provided string. |
LSLoadEvent |
This interface represents a load event object that signals the completion
of a document load. |
LSProgressEvent |
This interface represents a progress event object that notifies the
application about progress as a document is parsed. |