A collection of XML attributes.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
XMLAttribute add (name:String, value:String, withProperties:Object)
Creates a new XML attribute.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name of the attribute. |
|
|
value |
The value of the attribute. |
|
|
withProperties |
Initial values for properties of the new XMLAttribute (Optional) |
Number count ()
Displays the number of elements in the XMLAttribute.
XMLElement.xmlAttributes