Greenbone Vulnerability Management Libraries  11.0.1
context_data_t Struct Reference

XML context. More...

#include <xmlutils.h>

Collaboration diagram for context_data_t:
Collaboration graph

Data Fields

GSList * first
 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...
 

Detailed Description

XML context.

This structure is used to pass data between XML event handlers and the caller of the XML parser.

Definition at line 40 of file xmlutils.h.

Field Documentation

◆ current

GSList* context_data_t::current

◆ done

gboolean context_data_t::done

Flag which is true when the first element is closed.

Definition at line 44 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().

◆ first

GSList* context_data_t::first

The documentation for this struct was generated from the following file: