Referencia 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.

Ejemplos

Sintaxis

listAttributes()

Parámetros

Returns

String[]: attribute names.

Referencias Relacionadas