Go to the source code of this file.
Defines | |
#define | XML_ERROR 1600 |
#define | XML_ERROR_EMPTY_DOCUMENT (XML_ERROR + 1) |
#define | XML_ERROR_PARSE (XML_ERROR + 2) |
Functions | |
xmlNodePtr | soap_xml_get_children (xmlNodePtr param) |
xmlNodePtr | soap_xml_get_next (xmlNodePtr param) |
xmlXPathObjectPtr | soap_xpath_eval (xmlDocPtr doc, const char *xpath) |
char * | soap_xml_get_text (xmlNodePtr node) |
|
XML Errors Definition at line 32 of file soap-xml.h. |
|
Definition at line 33 of file soap-xml.h. Referenced by soap_env_new_from_doc(). |
|
Definition at line 34 of file soap-xml.h. Referenced by soap_env_new_from_buffer(), soap_env_new_with_fault(), and soap_env_new_with_method(). |
|
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(). |