| Class | Description |
|---|---|
| Document |
The document consists of some legacy events and a single root
element.
|
| Element |
In order to create an element, please use the createElement method
instead of invoking the constructor directly.
|
| Node |
A common base class for Document and Element, also used for
storing XML fragments.
|