pua/pidf.c File Reference

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

Include dependency graph for pua/pidf.c:

Go to the source code of this file.

Functions

int bind_libxml_api (libxml_api_t *api)
xmlNodePtr xmlDocGetNodeByName (xmlDocPtr doc, const char *name, const char *ns)
char * xmlDocGetNodeContentByName (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)


Function Documentation

int bind_libxml_api ( libxml_api_t api  ) 

xmlNodePtr xmlDocGetNodeByName ( xmlDocPtr  doc,
const char *  name,
const char *  ns 
)

Definition at line 97 of file pua/pidf.c.

References xmlNodeGetNodeByName().

char* xmlDocGetNodeContentByName ( xmlDocPtr  doc,
const char *  name,
const char *  ns 
)

Definition at line 103 of file pua/pidf.c.

References NULL, and xmlDocGetNodeByName().

xmlAttrPtr xmlNodeGetAttrByName ( xmlNodePtr  node,
const char *  name 
)

Definition at line 37 of file pua/pidf.c.

References NULL.

char* xmlNodeGetAttrContentByName ( xmlNodePtr  node,
const char *  name 
)

Definition at line 48 of file pua/pidf.c.

References NULL, and xmlNodeGetAttrByName().

xmlNodePtr xmlNodeGetChildByName ( xmlNodePtr  node,
const char *  name 
)

Definition at line 57 of file pua/pidf.c.

References NULL.

xmlNodePtr xmlNodeGetNodeByName ( xmlNodePtr  node,
const char *  name,
const char *  ns 
)

Definition at line 68 of file pua/pidf.c.

References NULL, and xmlNodeGetNodeByName().

char* xmlNodeGetNodeContentByName ( xmlNodePtr  root,
const char *  name,
const char *  ns 
)

Definition at line 87 of file pua/pidf.c.

References NULL, and xmlNodeGetNodeByName().


Generated on Thu May 24 08:01:15 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6