Class
A collection of XML comments.
add, count
XMLComments
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLComment add (storyOffset:
any[, value:
string=][, withProperties:
Object])
Creates a new XML comment.
Parameter | Type | Description |
---|---|---|
storyOffset | InsertionPoint Long | The offset within the story. Can accept: InsertionPoint or Long. |
value | string | The text of the XML comment. (Optional) (default: ) |
withProperties | Object | Initial values for properties of the new XMLComment (Optional) |
number count ()
Displays the number of elements in the XMLComment.
Element of
Document.xmlComments
XMLElement.xmlComments
XMLItem.xmlComments
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |