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

Go to the source code of this file.
Functions | |
| xmlNodePtr | xmlDocGetNodeByName (xmlDocPtr doc, const char *name, const char *ns) |
| xmlAttrPtr | xmlNodeGetAttrByName (xmlNodePtr node, const char *name) |
| 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) |
Definition in file pua_xmpp/pidf.c.
| xmlNodePtr xmlDocGetNodeByName | ( | xmlDocPtr | doc, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
| xmlAttrPtr xmlNodeGetAttrByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
| char* xmlNodeGetAttrContentByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
| xmlNodePtr xmlNodeGetChildByName | ( | xmlNodePtr | node, | |
| const char * | name | |||
| ) |
| xmlNodePtr xmlNodeGetNodeByName | ( | xmlNodePtr | node, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
Definition at line 69 of file pua_xmpp/pidf.c.
References NULL, and xmlNodeGetNodeByName().
Referenced by bind_libxml_api(), extract_sphere(), get_final_notify_body(), xmlDocGetNodeByName(), xmlNodeGetNodeByName(), and xmlNodeGetNodeContentByName().
| char* xmlNodeGetNodeContentByName | ( | xmlNodePtr | root, | |
| const char * | name, | |||
| const char * | ns | |||
| ) |
1.5.6