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

Functions

Public functions

Constructor

XMLAttribute ()

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.

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.

getTypeName (): String
Inherited from Object

native

Gets the type name of the Object.


Returns

String type name of the Object.

toString (): String
Inherited from Object

native

Returns a String that describes the Object. This can be overriden to provide extra details when printing objects using trace().


Returns

String String that described the Object.

: