Top | ![]() |
![]() |
![]() |
![]() |
gchar * | gxml_dom_attr_get_namespace_uri () |
gchar * | gxml_dom_attr_get_prefix () |
gchar * | gxml_dom_attr_get_local_name () |
gchar * | gxml_dom_attr_get_name () |
gchar * | gxml_dom_attr_get_value () |
void | gxml_dom_attr_set_value () |
gboolean | gxml_dom_attr_get_specified () |
gchar *
gxml_dom_attr_get_namespace_uri (GXmlDomAttr *self
);
Get and return the current value of the "namespace-uri" property.
gchar *
gxml_dom_attr_get_prefix (GXmlDomAttr *self
);
Get and return the current value of the "prefix" property.
gchar *
gxml_dom_attr_get_local_name (GXmlDomAttr *self
);
Get and return the current value of the "local-name" property.
gchar *
gxml_dom_attr_get_name (GXmlDomAttr *self
);
Get and return the current value of the "name" property.
gchar *
gxml_dom_attr_get_value (GXmlDomAttr *self
);
Get and return the current value of the "value" property.
void gxml_dom_attr_set_value (GXmlDomAttr *self
,const gchar *value
);
Set the value of the "value" property to value
.
gboolean
gxml_dom_attr_get_specified (GXmlDomAttr *self
);
Get and return the current value of the "specified" property.
struct GXmlDomAttrIface { GTypeInterface parent_iface; gchar* (*get_namespace_uri) (GXmlDomAttr* self); gchar* (*get_prefix) (GXmlDomAttr* self); gchar* (*get_local_name) (GXmlDomAttr* self); gchar* (*get_name) (GXmlDomAttr* self); gchar* (*get_value) (GXmlDomAttr* self); void (*set_value) (GXmlDomAttr* self, const gchar* value); gboolean (*get_specified) (GXmlDomAttr* self); };
Interface for creating GXmlDomAttr implementations.
the parent interface structure |
||
getter method for the abstract property "namespace-uri" |
||
getter method for the abstract property "prefix" |
||
getter method for the abstract property "local-name" |
||
getter method for the abstract property "name" |
||
getter method for the abstract property "value" |
||
setter method for the abstract property "value" |
||
getter method for the abstract property "specified" |