#include "../../str.h"#include <libxml/parser.h>


Go to the source code of this file.
Data Structures | |
| struct | libxml_api |
Typedefs | |
| typedef int(* | bind_libxml_t )(libxml_api_t *api) |
| typedef struct libxml_api | libxml_api_t |
| typedef xmlNodePtr(* | xmlDocGetNodeByName_t )(xmlDocPtr doc, const char *name, const char *ns) |
| typedef char *(* | xmlNodeGetAttrContentByName_t )(xmlNodePtr node, const char *name) |
| typedef xmlNodePtr(* | xmlNodeGetNodeByName_t )(xmlNodePtr node, const char *name, const char *ns) |
| typedef char *(* | xmlNodeGetNodeContentByName_t )(xmlNodePtr root, const char *name, const char *ns) |
Functions | |
| int | bind_libxml_api (libxml_api_t *api) |
| 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) |
| typedef int(* bind_libxml_t)(libxml_api_t *api) |
Definition at line 56 of file pua/pidf.h.
| typedef struct libxml_api libxml_api_t |
| typedef xmlNodePtr(* xmlDocGetNodeByName_t)(xmlDocPtr doc, const char *name, const char *ns) |
Definition at line 35 of file pua/pidf.h.
| typedef char*(* xmlNodeGetAttrContentByName_t)(xmlNodePtr node, const char *name) |
Definition at line 39 of file pua/pidf.h.
| typedef xmlNodePtr(* xmlNodeGetNodeByName_t)(xmlNodePtr node, const char *name, const char *ns) |
Definition at line 36 of file pua/pidf.h.
| typedef char*(* xmlNodeGetNodeContentByName_t)(xmlNodePtr root, const char *name, const char *ns) |
Definition at line 37 of file pua/pidf.h.
| int bind_libxml_api | ( | libxml_api_t * | api | ) |
Definition at line 113 of file pua/pidf.c.
References LM_ERR, xmlDocGetNodeByName(), libxml_api::xmlDocGetNodeByName, xmlNodeGetAttrContentByName(), libxml_api::xmlNodeGetAttrContentByName, xmlNodeGetNodeByName(), libxml_api::xmlNodeGetNodeByName, xmlNodeGetNodeContentByName(), and libxml_api::xmlNodeGetNodeContentByName.
| xmlNodePtr xmlDocGetNodeByName | ( | xmlDocPtr | doc, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 117 of file presence_xml/pidf.c.
| char* xmlNodeGetAttrContentByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
Definition at line 68 of file presence_xml/pidf.c.
| xmlNodePtr xmlNodeGetChildByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
Definition at line 232 of file presentity.c.
| xmlNodePtr xmlNodeGetNodeByName | ( | xmlNodePtr | node, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 88 of file presence_xml/pidf.c.
| char* xmlNodeGetNodeContentByName | ( | xmlNodePtr | root, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 107 of file presence_xml/pidf.c.
1.5.6