The document DTD.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The contents of the text. Can return: String or SpecialCharacters enumerator. |
||
|
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. |
DTD getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the DTD.
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.