DTD
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
contents | SpecialCharactersString | readonly | The contents of the text. Can return: String or SpecialCharacters enumerator. |
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
id | number | readonly | The unique ID of the DTD. |
index | number | readonly | The index of the DTD within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Document | readonly | The parent of the DTD (a Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
publicId | string | readonly | The public ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
rootTag | XMLTag | r/w | The tag of the root object. |
systemId | string | readonly | The system ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array of DTD getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the DTD.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the DTD.
Used in:
DTD DTDs.nextItem (obj: DTD)
DTD DTDs.previousItem (obj: DTD)
Return
Array of DTD DTD.getElements ()
DTD DTDs.[] (index: number)
DTD DTDs.anyItem ()
Array of DTD DTDs.everyItem ()
DTD DTDs.firstItem ()
DTD DTDs.item (index: varies)
DTD DTDs.itemByID (id: number)
Array of DTD DTDs.itemByRange (from: varies, to: varies)
DTD DTDs.lastItem ()
DTD DTDs.middleItem ()
DTD DTDs.nextItem (obj: DTD)
DTD DTDs.previousItem (obj: DTD)
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |