GXmlGAttribute

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

Functions

Types and Values

Description

Functions

gxml_gattribute_new ()

GXmlGAttribute *
gxml_gattribute_new (GXmlGDocument *doc,
                     xmlAttr *node);

Parameters

doc

 

 

node

 

 

Types and Values

GXML_TYPE_GATTRIBUTE

#define GXML_TYPE_GATTRIBUTE (gxml_gattribute_get_type ())

The type for GXmlGAttribute.


struct GXmlGAttribute

struct GXmlGAttribute {
	GXmlGNode parent_instance;
	GXmlGAttributePrivate * priv;
};

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


struct GXmlGAttributeClass

struct GXmlGAttributeClass {
	GXmlGNodeClass parent_class;
};

The class structure for GXML_TYPE_GATTRIBUTE. All the fields in this structure are private and should never be accessed directly.

Members