Adds an event listener.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | SpecialCharacters | readonly | The contents of the text. Can return: String or SpecialCharacters enumerator. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the DTD. | |
| Number | readonly | The index of the DTD within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| Document | readonly | The parent of the DTD (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| String | readonly | The public ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. | |
| XMLTag | read/write | The tag of the root object. | |
| String | readonly | The system ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
Methods
→ DTD[]
Resolves the object specifier, creating an array of object references.
→ void
Deletes the DTD.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the DTD.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a DTD.
Parameter of 3
Method parameters that accept a DTD.
Return 12
Methods that return a DTD.