A collection of XML instructions.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
XMLInstruction add (storyOffset:Varies InsertionPoint Long, [target:String=String], [data:String=String], withProperties:Object)
Creates a new XML processing instruction.
|
Parameter |
Type |
Description |
|---|---|---|
|
storyOffset |
Long |
The location within the story, specified as an insertion point. Can accept: InsertionPoint or Long. |
|
target |
A name that identifies the processing instruction to an application reading the exported XML file. (Optional) (default: ) |
|
|
data |
A value that tells the application what to do with the processing instruction. (Optional) (default: ) |
|
|
withProperties |
Initial values for properties of the new XMLInstruction (Optional) |
Number count ()
Displays the number of elements in the XMLInstruction.