RTS API Documentation  1.10.11
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 203 of file switch_xml.c.

Field Documentation

◆ attr

char*** switch_xml_root::attr

◆ cur

switch_xml_t switch_xml_root::cur

◆ dynamic

uint8_t switch_xml_root::dynamic

◆ e

char* switch_xml_root::e

Definition at line 211 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

◆ ent

char** switch_xml_root::ent

◆ err

char switch_xml_root::err[SWITCH_XML_ERRL]

Definition at line 216 of file switch_xml.c.

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

◆ len

switch_size_t switch_xml_root::len

Definition at line 207 of file switch_xml.c.

◆ m

char* switch_xml_root::m

Definition at line 206 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

◆ pi

char*** switch_xml_root::pi

Definition at line 214 of file switch_xml.c.

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

◆ s

char* switch_xml_root::s

Definition at line 210 of file switch_xml.c.

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

◆ standalone

short switch_xml_root::standalone

Definition at line 215 of file switch_xml.c.

Referenced by switch_xml_internal_dtd(), and switch_xml_proc_inst().

◆ u

char* switch_xml_root::u

Definition at line 209 of file switch_xml.c.

Referenced by switch_xml_free(), and switch_xml_parse_str().

◆ xml

struct switch_xml switch_xml_root::xml

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