#include <stdio.h>#include <string.h>#include <stdlib.h>#include <libxml/parser.h>


Go to the source code of this file.
Defines | |
| #define | _PU_PIDF |
Functions | |
| xmlNodePtr | xmlDocGetNodeByName (xmlDocPtr doc, const char *name, const char *ns) |
| char * | xmlNodeGetAttrContentByName (xmlNodePtr node, const char *name) |
| xmlNodePtr | xmlNodeGetChildByName (xmlNodePtr node, const char *name) |
| xmlNodePtr | xmlNodeGetNodeByName (xmlNodePtr node, const char *name, const char *ns) |
| char * | xmlNodeGetNodeContentByName (xmlNodePtr root, const char *name, const char *ns) |
| #define _PU_PIDF |
Definition at line 29 of file pua_xmpp/pidf.h.
| xmlNodePtr xmlDocGetNodeByName | ( | xmlDocPtr | doc, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 117 of file presence_xml/pidf.c.
References xmlNodeGetNodeByName().
Referenced by agregate_xmls(), bind_libxml_api(), bla_process_body(), get_final_notify_body(), get_rule_node(), offline_nbody(), pres_process_body(), and xmlDocGetNodeContentByName().
| char* xmlNodeGetAttrContentByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
Definition at line 68 of file presence_xml/pidf.c.
References NULL, and xmlNodeGetAttrByName().
Referenced by agregate_xmls(), bind_libxml_api(), get_final_notify_body(), get_rule_node(), and pres_process_body().
| xmlNodePtr xmlNodeGetChildByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
Definition at line 232 of file presentity.c.
References NULL.
Referenced by agregate_xmls(), check_if_dialog(), get_final_notify_body(), get_rule_node(), and pres_watcher_allowed().
| xmlNodePtr xmlNodeGetNodeByName | ( | xmlNodePtr | node, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
| char* xmlNodeGetNodeContentByName | ( | xmlNodePtr | root, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 107 of file presence_xml/pidf.c.
References NULL, and xmlNodeGetNodeByName().
Referenced by bind_libxml_api(), and get_final_notify_body().
1.5.6