Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

For Each .XmlElementAttributes (gb.xml)

Dim hXmlElementAttributes As .XmlElementAttributes
Dim hXmlNode As XmlNode
For Each hXmlNode In hXmlElementAttributes
  ...
Next

Enumerates all the attributes owned by the element.

The attributes of an element are XmlNodes too, so you can get their values or names by using this class.