An XML comment.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The unique ID of the XMLComment. |
||
|
readonly |
The index of the XMLComment within its containing object. |
||
|
readonly |
The parent of the XMLComment (a Document, XMLElement or XMLItem). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
The index of the character containing the table (from the beginning of the story). |
||
|
read/write |
The text of the XML comment. |
XMLComment duplicate ()
Duplicates the XMLComment.
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 XMLComment.
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Select this object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |