pua/pidf.h File Reference

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

Include dependency graph for pua/pidf.h:

This graph shows which files directly or indirectly include this file:

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 Documentation

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.


Function Documentation

int bind_libxml_api ( libxml_api_t api  ) 

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.


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