Class
An XML attribute.
remove, select
XMLAttribute
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
index | number | readonly | The index of the XMLAttribute within its containing object. |
name | string | r/w | The name of the XMLAttribute. |
parent | XMLElement | readonly | The parent of the XMLAttribute (a XMLElement). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
value | string | r/w | The value of the XMLAttribute. |
Methods
Instances
void remove ()
Deletes the XMLAttribute.
void select ([existingSelection:
SelectionOptions=SelectionOptions.REPLACE])
Select this object.
Parameter | Type | Description |
---|---|---|
existingSelection | SelectionOptions: SelectionOptions.ADD_TO SelectionOptions.REMOVE_FROM SelectionOptions.REPLACE | How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |
Return
XMLAttribute XMLAttributes.add (name: string, value: string[, withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |