|
Greenbone Vulnerability Management Libraries 22.32.0
|
XML context. More...
#include <xmlutils.h>

Data Fields | |
| GSList * | first |
| The very first entity. | |
| GSList * | current |
| The element currently being parsed. | |
| gboolean | done |
| Flag which is true when the first element is closed. | |
XML context.
This structure is used to pass data between XML event handlers and the caller of the XML parser.
Definition at line 26 of file xmlutils.h.
| GSList* context_data_t::current |
The element currently being parsed.
Definition at line 29 of file xmlutils.h.
Referenced by handle_end_element(), handle_start_element(), handle_text(), ignore_end_element(), ignore_start_element(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_s().
| gboolean context_data_t::done |
Flag which is true when the first element is closed.
Definition at line 30 of file xmlutils.h.
Referenced by handle_end_element(), ignore_end_element(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_s().
| GSList* context_data_t::first |
The very first entity.
Definition at line 28 of file xmlutils.h.
Referenced by handle_end_element(), handle_start_element(), parse_entity(), try_read_entity_and_string(), and try_read_entity_and_string_s().