Reference listAttributes()

listAttributes()

Returns an Array with the names of the element's attributes.

Note: Use myXML.getString() or myXML.getNum() to return an attribute's value.

Examples

Syntax

listAttributes()

Parameters

Returns

String[]: attribute names.

Related References