XMLAttributes

A collection of XML attributes.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

XMLAttribute add (name:String, value:String, withProperties:Object)

Creates a new XML attribute.

Parameter

Type

Description

name

String

The name of the attribute.

value

String

The value of the attribute.

withProperties

Object

Initial values for properties of the new XMLAttribute (Optional)

Number count ()

Displays the number of elements in the XMLAttribute.

Object of

XMLElement.xmlAttributes