GXmlGomAttr

GXmlGomAttr

Functions

Types and Values

Description

Functions

gxml_gom_attr_new ()

GXmlGomAttr *
gxml_gom_attr_new (GXmlDomElement *element,
                   const gchar *name,
                   const gchar *value);

Parameters

element

 

 

name

 

 

value

 

 

gxml_gom_attr_new_namespace ()

GXmlGomAttr *
gxml_gom_attr_new_namespace (GXmlDomElement *element,
                             const gchar *namespace_uri,
                             const gchar *prefix,
                             const gchar *name,
                             const gchar *value);

Parameters

element

 

 

namespace_uri

 

 

prefix

 

 

name

 

 

value

 

 

Types and Values

GXML_TYPE_GOM_ATTR

#define GXML_TYPE_GOM_ATTR (gxml_gom_attr_get_type ())

The type for GXmlGomAttr.


struct GXmlGomAttr

struct GXmlGomAttr {
	GXmlGomNode parent_instance;
	GXmlGomAttrPrivate * priv;
	gchar* _namespace_uri;
};

struct GXmlGomAttrClass

struct GXmlGomAttrClass {
	GXmlGomNodeClass parent_class;
};

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

Members