e-zimbra-xml

e-zimbra-xml

Synopsis




gchar*              e_zimbra_xml_find_attribute         (xmlNode *node,
                                                         const gchar *key);
gboolean            e_zimbra_xml_check_attribute_exists (xmlNode *node,
                                                         const gchar *key);
gint                e_zimbra_xml_check_attribute        (xmlNode *node,
                                                         const gchar *key,
                                                         const gchar *val);
xmlNode*            e_zimbra_xml_find_child_by_name     (xmlNode *node,
                                                         const gchar *key);
gchar*              e_zimbra_xml_find_child_value       (xmlNode *node,
                                                         const gchar *key);

Description

Details

e_zimbra_xml_find_attribute ()

gchar*              e_zimbra_xml_find_attribute         (xmlNode *node,
                                                         const gchar *key);

node :

key :

Returns :


e_zimbra_xml_check_attribute_exists ()

gboolean            e_zimbra_xml_check_attribute_exists (xmlNode *node,
                                                         const gchar *key);

node :

key :

Returns :


e_zimbra_xml_check_attribute ()

gint                e_zimbra_xml_check_attribute        (xmlNode *node,
                                                         const gchar *key,
                                                         const gchar *val);

node :

key :

val :

Returns :


e_zimbra_xml_find_child_by_name ()

xmlNode*            e_zimbra_xml_find_child_by_name     (xmlNode *node,
                                                         const gchar *key);

node :

key :

Returns :


e_zimbra_xml_find_child_value ()

gchar*              e_zimbra_xml_find_child_value       (xmlNode *node,
                                                         const gchar *key);

node :

key :

Returns :