OpenVAS Libraries  9.0.3
context_data_t Struct Reference

XML context. More...

Collaboration diagram for context_data_t:
Collaboration graph

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...
 

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 65 of file xml.c.

Field Documentation

◆ current

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().

◆ done

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().

◆ first

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().


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