Interface Summary |
Document3 |
The Document3 interface is an extension to the DOM Level 2
Document interface containing the DOM Level 3 additions. |
DOMError |
DOMError is an interface that describes an error. |
DOMErrorHandler |
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. |
DOMImplementationSource |
This interface permits a DOM implementer to supply one or more
implementations, based upon requested features. |
DOMLocator |
DOMLocator is an interface that describes a location (e.g. |
Entity3 |
The Entity3 interface is an extension to the DOM Level 2
Entity interface containing the DOM Level 3 additions. |
Node3 |
The Node3 interface is an extension to the DOM Level 2
Node interface containing the DOM Level 3 additions. |
UserDataHandler |
When associating an object to a key on a node using setUserData
the application can provide a handler that gets called when the node the
object is associated to is being cloned or imported. |