Greenbone Vulnerability Management Libraries 22.32.0
xml_file_iterator_struct Struct Reference

Opaque data structure for XML file iterator. More...

Collaboration diagram for xml_file_iterator_struct:
Collaboration graph

Data Fields

int initialized
int output_depth
GQueue * element_queue
xmlSAXHandler sax_handler
xmlParserCtxtPtr parser_ctxt
gchar * file_path
FILE * file
int stack_depth

Detailed Description

Opaque data structure for XML file iterator.

Definition at line 2330 of file xmlutils.c.

Field Documentation

◆ element_queue

◆ file

FILE* xml_file_iterator_struct::file

◆ file_path

gchar* xml_file_iterator_struct::file_path

◆ initialized

int xml_file_iterator_struct::initialized

Definition at line 2332 of file xmlutils.c.

Referenced by xml_file_iterator_init_from_file_path(), and xml_file_iterator_next().

◆ output_depth

int xml_file_iterator_struct::output_depth

◆ parser_ctxt

◆ sax_handler

xmlSAXHandler xml_file_iterator_struct::sax_handler

Definition at line 2335 of file xmlutils.c.

Referenced by xml_file_iterator_init_from_file_path(), and xml_file_iterator_rewind().

◆ stack_depth


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