XMLAttribute
public class
system.xml.XMLAttribute
Description
An XMLAttribute is a name-value pair. Elements have an arbitrary number of attributes, each with a unique name.
@note The attributes are not XMLNodes. You may only query the next() attribute in a list.
API overview
Constructor
XMLAttribute
()
Attributes
Public attributes
| boolValue: Boolean |
Returns the Boolean value of the XMLAttribute |
| name: String |
read-only
The name of the XMLAttribute |
| next: XMLAttribute |
read-only
Returns the next XMLAttribute in the list |
| numberValue: Number |
Returns the Number value of the XMLAttribute |
| stringValue: String |
write-only
Sets the String value of the XMLAttribute |
| value: String |
read-only
Returns the String value of the XMLAttribute |
Constructor
XMLAttribute ()
Attributes
Functions
getFullTypeName
(): String
Inherited from Object
native
Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.
Returns
| String | fully qualified type name of the Object. |
getType
(): Type
Inherited from Object
native
Gets the Type that describes the Object.
Returns
| Type | The Type that describes the object. |