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 |
The parent of the DTD (a Document, XMLElement or XMLItem). |
||
|
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 duplicate ()
Duplicates the DTD.
XMLElement move (to:LocationOptions, reference:Varies XMLItem Text)
Move element before/after another element or text object, or to beginning/end
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
Location |
|
|
reference |
Before/after this object. Can accept: XMLItem or Text. (Optional) |
undefined remove ()
Deletes the DTD.
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Select this object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |