Element.attributes

This is where the attributes are actually stored. You should use getAttribute, setAttribute, and hasAttribute instead.

class Element
string[string] attributes;

Meta