Attributes


Object Hierarchy:

GXml.Element.Attributes GXml.Element.Attributes GXml.Element.Attributes Gee.HashMap Gee.HashMap Gee.HashMap->GXml.Element.Attributes Gee.AbstractMap Gee.AbstractMap Gee.AbstractMap->Gee.HashMap GLib.Object GLib.Object GLib.Object->Gee.AbstractMap Gee.Traversable Gee.Traversable Gee.Traversable->Gee.AbstractMap Gee.Iterable Gee.Iterable Gee.Iterable->Gee.AbstractMap Gee.Map Gee.Map Gee.Map->Gee.AbstractMap GXml.DomNamedNodeMap GXml.DomNamedNodeMap GXml.DomNamedNodeMap->GXml.Element.Attributes

Description:

public class Attributes : HashMap<string,DomNode>, DomNamedNodeMap

Holds attributes in current node, using attribute's name as key and it's value as value. Appends namespace prefix to attribute's name as key if is a namespaced attribute.

Content:

Creation methods:

Methods:

Fields:

Inherited Members:

All known members inherited from class Gee.AbstractMap
All known members inherited from interface GXml.DomNamedNodeMap
All known members inherited from interface Gee.Traversable
All known members inherited from interface Gee.Iterable