Indesign Scripting Reference
home | search | Links
JavaScript >> XMLTags

XMLTags

A collection of XML tags.

XMLTags Properties

Property Type Access Description
item Object read Returns the XML tag with the specified index or name.
length Long read The number of XML tags in the collection.

XMLTags Methods

Method Returns Description
add XMLTag Create a new tag.
anyItem Object Returns any XML tag.
firstItem Object Returns the first XML tag.
itemByID Object Returns the XML tag with the specified ID.
itemByRange Objects Returns the XML tags within the specified range.
lastItem Object Returns the last XML tag.
middleItem Object Returns the middle XML tag.
nextItem Object Returns the next XML tag.
previousItem Object Returns the previous XML tag.