|
Greenbone Vulnerability Management Libraries 22.25.0
|
Opaque data structure for XML file iterator. More...
Data Fields | |
| int | initialized |
| int | output_depth |
| GQueue * | element_queue |
| xmlSAXHandler | sax_handler |
| xmlParserCtxtPtr | parser_ctxt |
| gchar * | file_path |
| FILE * | file |
Opaque data structure for XML file iterator.
| GQueue* xml_file_iterator_struct::element_queue |
| FILE* xml_file_iterator_struct::file |
| gchar* xml_file_iterator_struct::file_path |
| int xml_file_iterator_struct::initialized |
| int xml_file_iterator_struct::output_depth |
| xmlParserCtxtPtr xml_file_iterator_struct::parser_ctxt |
| xmlSAXHandler xml_file_iterator_struct::sax_handler |