FreeSWITCH API Documentation  1.7.0
Data Fields
switch_xml_root Struct Reference
+ Collaboration diagram for switch_xml_root:

Data Fields

struct switch_xml xml
 
switch_xml_t cur
 
char * m
 
switch_size_t len
 
uint8_t dynamic
 
char * u
 
char * s
 
char * e
 
char ** ent
 
char *** attr
 
char *** pi
 
short standalone
 
char err [SWITCH_XML_ERRL]
 

Detailed Description

Definition at line 147 of file switch_xml.c.

Field Documentation

char*** switch_xml_root::attr
switch_xml_t switch_xml_root::cur
uint8_t switch_xml_root::dynamic
char* switch_xml_root::e

Definition at line 155 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

char** switch_xml_root::ent
char switch_xml_root::err[SWITCH_XML_ERRL]

Definition at line 160 of file switch_xml.c.

Referenced by switch_xml_err(), switch_xml_internal_dtd(), and switch_xml_new().

switch_size_t switch_xml_root::len

Definition at line 151 of file switch_xml.c.

char* switch_xml_root::m

Definition at line 150 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

char*** switch_xml_root::pi

Definition at line 158 of file switch_xml.c.

Referenced by switch_xml_free(), switch_xml_new(), switch_xml_pi(), and switch_xml_proc_inst().

char* switch_xml_root::s

Definition at line 154 of file switch_xml.c.

Referenced by switch_xml_err(), switch_xml_free(), and switch_xml_parse_str().

short switch_xml_root::standalone

Definition at line 159 of file switch_xml.c.

Referenced by switch_xml_internal_dtd(), and switch_xml_proc_inst().

char* switch_xml_root::u

Definition at line 153 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

struct switch_xml switch_xml_root::xml

The documentation for this struct was generated from the following file: