The document DTD.
Go to Property Listing | Method Listing
addEventListener, getElements, remove, removeEventListener, select, toSource, toSpecifier
Boolean, EventListeners, Events, Number, Object, SpecialCharacters, String, XMLTag
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The contents of the text. Can return: String or SpecialCharacters enumerator. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the DTD. |
||
readonly |
The index of the DTD within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The parent of the DTD (a Document). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
The public ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
||
read/write |
The tag of the root object. |
||
readonly |
The system ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
DTD getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the DTD.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Selects the object.
Parameter |
Type |
Description |
---|---|---|
existingSelection |
The selection status of the DTD in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH) |
String toSource ()
Generates a string which, if executed, will return the DTD.
String toSpecifier ()
Retrieves the object specifier.