![]() |
![]() |
![]() |
libinfinity-0.3 Reference Manual | ![]() |
---|---|---|---|---|
xmlChar* inf_xml_util_get_attribute (xmlNodePtr xml, const gchar *attribute); xmlChar* inf_xml_util_get_attribute_required (xmlNodePtr xml, const gchar *attribute, GError **error); gboolean inf_xml_util_get_attribute_int (xmlNodePtr xml, const gchar *attribute, gint *result, GError **error); gboolean inf_xml_util_get_attribute_int_required (xmlNodePtr xml, const gchar *attribute, gint *result, GError **error); gboolean inf_xml_util_get_attribute_long (xmlNodePtr xml, const gchar *attribute, glong *result, GError **error); gboolean inf_xml_util_get_attribute_long_required (xmlNodePtr xml, const gchar *attribute, glong *result, GError **error); gboolean inf_xml_util_get_attribute_uint (xmlNodePtr xml, const gchar *attribute, guint *result, GError **error); gboolean inf_xml_util_get_attribute_uint_required (xmlNodePtr xml, const gchar *attribute, guint *result, GError **error); gboolean inf_xml_util_get_attribute_ulong (xmlNodePtr xml, const gchar *attribute, gulong *result, GError **error); gboolean inf_xml_util_get_attribute_ulong_required (xmlNodePtr xml, const gchar *attribute, gulong *result, GError **error); gboolean inf_xml_util_get_attribute_double (xmlNodePtr xml, const gchar *attribute, gdouble *result, GError **error); gboolean inf_xml_util_get_attribute_double_required (xmlNodePtr xml, const gchar *attribute, gdouble *result, GError **error); void inf_xml_util_set_attribute (xmlNodePtr xml, const gchar *attribute, const gchar *value); void inf_xml_util_set_attribute_int (xmlNodePtr xml, const gchar *attribute, gint value); void inf_xml_util_set_attribute_long (xmlNodePtr xml, const gchar *attribute, glong value); void inf_xml_util_set_attribute_uint (xmlNodePtr xml, const gchar *attribute, guint value); void inf_xml_util_set_attribute_ulong (xmlNodePtr xml, const gchar *attribute, gulong value); void inf_xml_util_set_attribute_double (xmlNodePtr xml, const gchar *attribute, gdouble value);
xmlChar* inf_xml_util_get_attribute (xmlNodePtr xml, const gchar *attribute);
|
|
|
|
Returns : |
xmlChar* inf_xml_util_get_attribute_required (xmlNodePtr xml, const gchar *attribute, GError **error);
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_int (xmlNodePtr xml, const gchar *attribute, gint *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_int_required (xmlNodePtr xml, const gchar *attribute, gint *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_long (xmlNodePtr xml, const gchar *attribute, glong *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_long_required (xmlNodePtr xml, const gchar *attribute, glong *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_uint (xmlNodePtr xml, const gchar *attribute, guint *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_uint_required (xmlNodePtr xml, const gchar *attribute, guint *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_ulong (xmlNodePtr xml, const gchar *attribute, gulong *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_ulong_required (xmlNodePtr xml, const gchar *attribute, gulong *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_double (xmlNodePtr xml, const gchar *attribute, gdouble *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
gboolean inf_xml_util_get_attribute_double_required (xmlNodePtr xml, const gchar *attribute, gdouble *result, GError **error);
|
|
|
|
|
|
|
|
Returns : |
void inf_xml_util_set_attribute (xmlNodePtr xml, const gchar *attribute, const gchar *value);
|
|
|
|
|
void inf_xml_util_set_attribute_int (xmlNodePtr xml, const gchar *attribute, gint value);
|
|
|
|
|
void inf_xml_util_set_attribute_long (xmlNodePtr xml, const gchar *attribute, glong value);
|
|
|
|
|
void inf_xml_util_set_attribute_uint (xmlNodePtr xml, const gchar *attribute, guint value);
|
|
|
|
|
void inf_xml_util_set_attribute_ulong (xmlNodePtr xml, const gchar *attribute, gulong value);
|
|
|
|
|