#include <switch_xml.h>
Data Fields | |
| char * | name |
| char ** | attr |
| char * | txt |
| char * | free_path |
| switch_size_t | off |
| switch_xml_t | next |
| switch_xml_t | sibling |
| switch_xml_t | ordered |
| switch_xml_t | child |
| switch_xml_t | parent |
| uint32_t | flags |
|
|
tag attributes { name, value, name, value, ... NULL } |
|
|
head of sub tag list, NULL if none |
|
|
flags |
|
|
path to free on destroy |
|
|
tag name |
|
|
next tag with same name in this section at this depth |
|
|
tag offset from start of parent tag character content |
|
|
next tag, same section and depth, in original order |
|
|
parent tag, NULL if current tag is root tag |
|
|
next tag with different name in same section and depth |
|
|
tag character content, empty string if none |
1.3.9.1