| Interface | Description |
|---|---|
| AnonXMLHttpRequest | |
| AnonXMLHttpRequest_Constructor | |
| Attr | |
| BooleanArray | |
| ByteArray | |
| CaretPosition | |
| CDATASection |
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
|
| CharacterData | |
| Comment | |
| Document | |
| DocumentFragment | |
| DocumentType | |
| DOMConfiguration |
The
DOMConfiguration interface represents the configuration
of a document and maintains a table of recognized parameters. |
| DOMElementMap | |
| DOMImplementation | |
| DOMSettableTokenList | |
| DOMStringList | |
| DOMStringMap | |
| DOMTokenList | |
| DoubleArray | |
| Element | |
| Entity |
This interface represents an entity, either parsed or unparsed, in an XML
document.
|
| EntityReference |
EntityReference objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference. |
| EventHandler | |
| FloatArray | |
| FormData | |
| FormData_Constructor | |
| LongArray | |
| LongLongArray | |
| NamedNodeMap |
Objects implementing the
NamedNodeMap interface are used to
represent collections of nodes that can be accessed by name. |
| Node | |
| NodeList | |
| Notation |
This interface represents a notation declared in the DTD.
|
| ObjectArray<E> | |
| OctetArray | |
| ProcessingInstruction | |
| ShortArray | |
| Text | |
| TypeInfo |
The
TypeInfo interface represents a type referenced from
Element or Attr nodes, specified in the schemas
associated with the document. |
| UnsignedByteArray | |
| UnsignedLongArray | |
| UnsignedLongLongArray | |
| UnsignedShortArray | |
| UserDataHandler |
When associating an object to a key on a node using
Node.setUserData() the application can provide a handler
that gets called when the node the object is associated to is being
cloned, imported, or renamed. |
| XMLHttpRequest | |
| XMLHttpRequest_Constructor | |
| XMLHttpRequestEventTarget | |
| XMLHttpRequestUpload |
| Exception | Description |
|---|---|
| DOMException |
Copyright © 2016. All Rights Reserved.