Class
A collection of XML attributes.
add, count
XMLAttributes
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Element of
XMLElement.xmlAttributes
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |