Top | ![]() |
![]() |
![]() |
![]() |
GXmlGHashMapAttrEntryGXmlGHashMapAttrEntry — Implementation of GeeAbstractMap to handle xmlNode attributes |
#define | GXML_TYPE_GHASH_MAP_ATTR |
#define | GXML_GHASH_MAP_ATTR_TYPE_ENTRY |
struct | GXmlGHashMapAttrEntry |
struct | GXmlGHashMapAttrEntryClass |
#define | GXML_GHASH_MAP_ATTR_TYPE_ITERATOR |
struct | GXmlGHashMapAttrIterator |
struct | GXmlGHashMapAttrIteratorClass |
struct | GXmlGHashMapAttr |
struct | GXmlGHashMapAttrClass |
GXmlGHashMapAttrEntry * gxml_ghash_map_attr_entry_new (GXmlGDocument *doc
,xmlAttr *attr
);
GXmlGHashMapAttrIterator * gxml_ghash_map_attr_iterator_new (GXmlGDocument *doc
,xmlNode *node
);
GXmlGHashMapAttr * gxml_ghash_map_attr_new (GXmlGDocument *doc
,xmlNode *node
);
#define GXML_TYPE_GHASH_MAP_ATTR (gxml_ghash_map_attr_get_type ())
The type for GXmlGHashMapAttr.
#define GXML_GHASH_MAP_ATTR_TYPE_ENTRY (gxml_ghash_map_attr_entry_get_type ())
The type for GXmlGHashMapAttrEntry.
struct GXmlGHashMapAttrEntry { GeeMapEntry parent_instance; GXmlGHashMapAttrEntryPrivate * priv; };
struct GXmlGHashMapAttrEntryClass { GeeMapEntryClass parent_class; };
The class structure for GXML_GHASH_MAP_ATTR_TYPE_ENTRY
. All the fields in this structure are private and should never be accessed directly.
#define GXML_GHASH_MAP_ATTR_TYPE_ITERATOR (gxml_ghash_map_attr_iterator_get_type ())
The type for GXmlGHashMapAttrIterator.
struct GXmlGHashMapAttrIterator { GObject parent_instance; GXmlGHashMapAttrIteratorPrivate * priv; };
struct GXmlGHashMapAttrIteratorClass { GObjectClass parent_class; };
The class structure for GXML_GHASH_MAP_ATTR_TYPE_ITERATOR
. All the fields in this structure are private and should never be accessed directly.
struct GXmlGHashMapAttr { GeeAbstractMap parent_instance; GXmlGHashMapAttrPrivate * priv; };
Implementation of GeeAbstractMap to handle xmlNode attributes
struct GXmlGHashMapAttrClass { GeeAbstractMapClass parent_class; };
The class structure for GXML_TYPE_GHASH_MAP_ATTR
. All the fields in this structure are private and should never be accessed directly.