GXmlTAttribute

GXmlTAttribute — Class implemeting GXmlAttribute interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_tattribute_new ()

GXmlTAttribute *
gxml_tattribute_new (GXmlDocument *d,
                     const gchar *name,
                     const gchar *value);

Parameters

d

 

 

name

 

 

value

 

 

Types and Values

GXML_TYPE_TATTRIBUTE

#define GXML_TYPE_TATTRIBUTE (gxml_tattribute_get_type ())

The type for GXmlTAttribute.


struct GXmlTAttribute

struct GXmlTAttribute {
	GXmlTNode parent_instance;
	GXmlTAttributePrivate * priv;
	GeeArrayList* _namespaces;
};

Class implemeting GXmlAttribute interface, not tied to libxml-2.0 library.


struct GXmlTAttributeClass

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.

Members