#include <libxml/tree.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <nanohttp/nanohttp-logging.h>
#include "soap-xml.h"
Go to the source code of this file.
Functions | |
xmlNodePtr | soap_xml_get_children (xmlNodePtr node) |
xmlNodePtr | soap_xml_get_next (xmlNodePtr param) |
xmlXPathObjectPtr | soap_xpath_eval (xmlDocPtr doc, const char *xpath) |
char * | soap_xml_get_text (xmlNodePtr node) |
|
Definition at line 37 of file soap-xml.c. References log_error1. Referenced by soap_env_find_methodname(), soap_env_find_urn(), soap_env_get_body(), soap_env_get_header(), and soap_env_get_method(). |
|
Definition at line 57 of file soap-xml.c. References log_error1. Referenced by soap_env_get_body(), soap_env_get_fault(), and soap_env_get_header(). |
|
Definition at line 98 of file soap-xml.c. |
|
Definition at line 80 of file soap-xml.c. Referenced by _soap_env_get_body(). |