Class
A collection of XML instructions.
add, count
XMLInstructions
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLInstruction add (storyOffset:
any[, target:
string=][, data:
string=][, withProperties:
Object])
Creates a new XML processing instruction.
Parameter | Type | Description |
---|---|---|
storyOffset | InsertionPoint Long | The location within the story, specified as an insertion point. Can accept: InsertionPoint or Long. |
target | string | A name that identifies the processing instruction to an application reading the exported XML file. (Optional) (default: ) |
data | string | A value that tells the application what to do with the processing instruction. (Optional) (default: ) |
withProperties | Object | Initial values for properties of the new XMLInstruction (Optional) |
number count ()
Displays the number of elements in the XMLInstruction.
Element of
Document.xmlInstructions
XMLElement.xmlInstructions
XMLItem.xmlInstructions
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |