Top | ![]() |
![]() |
![]() |
![]() |
GXmlGomAttr * gxml_gom_attr_new (GXmlDomElement *element
,const gchar *name
,const gchar *value
);
GXmlGomAttr * gxml_gom_attr_new_namespace (GXmlDomElement *element
,const gchar *namespace_uri
,const gchar *prefix
,const gchar *name
,const gchar *value
);
struct GXmlGomAttr { GXmlGomNode parent_instance; GXmlGomAttrPrivate * priv; gchar* _namespace_uri; };
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.