Top | ![]() |
![]() |
![]() |
![]() |
GXmlTAttributeGXmlTAttribute — Class implemeting GXmlAttribute interface, not tied to libxml-2.0 library. |
GXmlTAttribute * gxml_tattribute_new (GXmlDocument *d
,const gchar *name
,const gchar *value
);
#define GXML_TYPE_TATTRIBUTE (gxml_tattribute_get_type ())
The type for GXmlTAttribute.
struct GXmlTAttribute { GXmlTNode parent_instance; GXmlTAttributePrivate * priv; GeeArrayList* _namespaces; };
Class implemeting GXmlAttribute interface, not tied to libxml-2.0 library.
struct GXmlTAttributeClass { GXmlTNodeClass parent_class; };
The class structure for GXML_TYPE_TATTRIBUTE
. All the fields in this structure are private and should never be accessed directly.