An XML processing instruction.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
A value that tells the application reading the exported XML file what to do with the processing instruction. |
||
|
readonly |
The unique ID of the XMLInstruction. |
||
|
readonly |
The index of the XMLInstruction within its containing object. |
||
|
readonly |
The parent of the XMLInstruction (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 |
A name that identifies the processing instruction to an application reading the exported XML file. |
XMLInstruction duplicate ()
Duplicates the XMLInstruction.
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 XMLInstruction.
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Select this object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |