navit
0.5.3-trunk
|
Data Fields | |
const gchar ** | attribute_names |
const gchar ** | attribute_values |
struct xmlstate * | parent |
struct attr | element_attr |
const gchar * | element |
xmlerror ** | error |
struct element_func * | func |
struct object_func * | object_func |
struct xmldocument * | document |
const gchar** xmlstate::attribute_names |
Referenced by convert_to_attrs(), and find_attribute().
const gchar** xmlstate::attribute_values |
Referenced by convert_to_attrs(), and find_attribute().
struct xmldocument* xmlstate::document |
Referenced by config_load().
const gchar* xmlstate::element |
Referenced by config_load(), and find_attribute().
struct attr xmlstate::element_attr |
Referenced by end_element(), and xi_text().
xmlerror** xmlstate::error |
Referenced by find_attribute().
struct element_func* xmlstate::func |
struct object_func* xmlstate::object_func |
Referenced by end_element(), and xi_text().
struct xmlstate* xmlstate::parent |
Referenced by end_element().