|
OpenVAS Libraries
8.0.8
|
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.
| gboolean context_data_t::done |
Flag which is true when the first element is closed.
| GSList* context_data_t::first |
The name of the very first entity.
1.8.11