XMLTags

A collection of XML tags.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

XMLTag add (name:String, tagColor:Array of Varies 3 Reals (0 - 255) UIColors, withProperties:Object)

Creates a tag.

Parameter

Type

Description

name

String

The name of the tag. (Optional)

tagColor

Array of 3 Reals (0 - 255)

UIColors

The dolor of the tag, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can accept: Array of 3 Reals (0 - 255) or UIColors enumerator. (Optional)

withProperties

Object

Initial values for properties of the new XMLTag (Optional)

Number count ()

Displays the number of elements in the XMLTag.

Object of

Application.xmlTags

Document.xmlTags