#include "php_soap.h"
#include "ext/libxml/php_libxml.h"
#include "libxml/parser.h"
#include "libxml/parserInternals.h"
Go to the source code of this file.
|
xmlDocPtr | soap_xmlParseFile (const char *filename) |
|
xmlDocPtr | soap_xmlParseMemory (const void *buf, size_t buf_size) |
|
xmlNsPtr | attr_find_ns (xmlAttrPtr node) |
|
xmlNsPtr | node_find_ns (xmlNodePtr node) |
|
int | attr_is_equal_ex (xmlAttrPtr node, char *name, char *ns) |
|
int | node_is_equal_ex (xmlNodePtr node, char *name, char *ns) |
|
xmlAttrPtr | get_attribute_ex (xmlAttrPtr node, char *name, char *ns) |
|
xmlNodePtr | get_node_ex (xmlNodePtr node, char *name, char *ns) |
|
xmlNodePtr | get_node_recurisve_ex (xmlNodePtr node, char *name, char *ns) |
|
xmlNodePtr | get_node_with_attribute_ex (xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) |
|
xmlNodePtr | get_node_with_attribute_recursive_ex (xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) |
|
void | parse_namespace (const xmlChar *inval, const char **value, char **namespace) |
|
◆ attr_find_ns()
xmlNsPtr attr_find_ns |
( |
xmlAttrPtr | node | ) |
|
◆ attr_is_equal_ex()
int attr_is_equal_ex |
( |
xmlAttrPtr | node, |
|
|
char * | name, |
|
|
char * | ns ) |
◆ get_attribute_ex()
xmlAttrPtr get_attribute_ex |
( |
xmlAttrPtr | node, |
|
|
char * | name, |
|
|
char * | ns ) |
◆ get_node_ex()
xmlNodePtr get_node_ex |
( |
xmlNodePtr | node, |
|
|
char * | name, |
|
|
char * | ns ) |
◆ get_node_recurisve_ex()
xmlNodePtr get_node_recurisve_ex |
( |
xmlNodePtr | node, |
|
|
char * | name, |
|
|
char * | ns ) |
◆ get_node_with_attribute_ex()
xmlNodePtr get_node_with_attribute_ex |
( |
xmlNodePtr | node, |
|
|
char * | name, |
|
|
char * | name_ns, |
|
|
char * | attribute, |
|
|
char * | value, |
|
|
char * | attr_ns ) |
◆ get_node_with_attribute_recursive_ex()
xmlNodePtr get_node_with_attribute_recursive_ex |
( |
xmlNodePtr | node, |
|
|
char * | name, |
|
|
char * | name_ns, |
|
|
char * | attribute, |
|
|
char * | value, |
|
|
char * | attr_ns ) |
◆ node_find_ns()
xmlNsPtr node_find_ns |
( |
xmlNodePtr | node | ) |
|
◆ node_is_equal_ex()
int node_is_equal_ex |
( |
xmlNodePtr | node, |
|
|
char * | name, |
|
|
char * | ns ) |
◆ parse_namespace()
void parse_namespace |
( |
const xmlChar * | inval, |
|
|
const char ** | value, |
|
|
char ** | namespace ) |
◆ soap_xmlParseFile()
xmlDocPtr soap_xmlParseFile |
( |
const char * | filename | ) |
|
◆ soap_xmlParseMemory()
xmlDocPtr soap_xmlParseMemory |
( |
const void * | buf, |
|
|
size_t | buf_size ) |