Attributes


Object Hierarchy:

Object hierarchy for 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:

Properties:

Creation methods:

Methods:

Fields:

Inherited Members:

All known members inherited from class Gee.HashMap
All known members inherited from class Gee.AbstractMap
All known members inherited from class GLib.Object
All known members inherited from interface GXml.DomNamedNodeMap
All known members inherited from interface Gee.Traversable
All known members inherited from interface Gee.Iterable
All known members inherited from interface Gee.Map