navit  0.5.3-trunk
xml_element Struct Reference

Data for an XML element. More...

Data Fields

char * tag_name
 
char ** names
 
char ** values
 
char * text
 

Detailed Description

Data for an XML element.

names and values are always two separate arrays for this struct, regardless of what is indicated by XML_ATTR_DISTANCE.

Field Documentation

◆ names

◆ tag_name

◆ text

char* xml_element::text

Character data (NULL-terminated)

Referenced by event_class_new(), traffic_xml_element_destroy(), and traffic_xml_end().

◆ values

char** xml_element::values

Attribute values (indices correspond to names)

Referenced by traffic_xml_element_destroy(), traffic_xml_element_new(), traffic_xml_end(), traffic_xml_get_attr(), and traffic_xml_start().


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