OpenVAS Libraries
9.0.3
|
XML context. More...
Data Fields | |
GSList * | first |
The name of the very first entity. More... | |
GSList * | current |
The element currently being parsed. More... | |
gboolean | done |
Flag which is true when the first element is closed. More... | |
XML context.
This structure is used to pass data between XML event handlers and the caller of the XML parser.
GSList* context_data_t::current |
The element currently being parsed.
Definition at line 68 of file xml.c.
Referenced by handle_end_element(), handle_start_element(), handle_text(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_c().
gboolean context_data_t::done |
Flag which is true when the first element is closed.
Definition at line 69 of file xml.c.
Referenced by handle_end_element(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_c().
GSList* context_data_t::first |
The name of the very first entity.
Definition at line 67 of file xml.c.
Referenced by handle_end_element(), handle_start_element(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_c().