|
Greenbone Vulnerability Management Libraries 22.24.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.
| GSList* context_data_t::current |
The element currently being parsed.
| gboolean context_data_t::done |
Flag which is true when the first element is closed.
| GSList* context_data_t::first |
The very first entity.