|
Greenbone Vulnerability Management Libraries 22.32.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 |
| int | stack_depth |
Opaque data structure for XML file iterator.
Definition at line 2330 of file xmlutils.c.
| GQueue* xml_file_iterator_struct::element_queue |
Definition at line 2334 of file xmlutils.c.
Referenced by xml_file_iterator_end_element_ns(), xml_file_iterator_free(), xml_file_iterator_init_from_file_path(), xml_file_iterator_next(), and xml_file_iterator_rewind().
| FILE* xml_file_iterator_struct::file |
Definition at line 2338 of file xmlutils.c.
Referenced by xml_file_iterator_free(), xml_file_iterator_init_from_file_path(), xml_file_iterator_next(), and xml_file_iterator_rewind().
| gchar* xml_file_iterator_struct::file_path |
Definition at line 2337 of file xmlutils.c.
Referenced by xml_file_iterator_free(), xml_file_iterator_init_from_file_path(), and xml_file_iterator_rewind().
| 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().
| int xml_file_iterator_struct::output_depth |
Definition at line 2333 of file xmlutils.c.
Referenced by xml_file_iterator_end_element_ns(), and xml_file_iterator_init_from_file_path().
| xmlParserCtxtPtr xml_file_iterator_struct::parser_ctxt |
Definition at line 2336 of file xmlutils.c.
Referenced by xml_file_iterator_attribute_decl(), xml_file_iterator_cdata_block(), xml_file_iterator_characters(), xml_file_iterator_comment(), xml_file_iterator_element_decl(), xml_file_iterator_end_document(), xml_file_iterator_end_element_ns(), xml_file_iterator_entity_decl(), xml_file_iterator_external_subset(), xml_file_iterator_free(), xml_file_iterator_get_entity(), xml_file_iterator_get_parameter_entity(), xml_file_iterator_has_external_subset(), xml_file_iterator_has_internal_subset(), xml_file_iterator_init_from_file_path(), xml_file_iterator_internal_subset(), xml_file_iterator_is_standalone(), xml_file_iterator_next(), xml_file_iterator_notation_decl(), xml_file_iterator_processing_instruction(), xml_file_iterator_resolve_entity(), xml_file_iterator_rewind(), xml_file_iterator_set_document_locator(), xml_file_iterator_start_document(), xml_file_iterator_start_element_ns(), and xml_file_iterator_unparsed_entity_decl().
| 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().
| int xml_file_iterator_struct::stack_depth |
Definition at line 2339 of file xmlutils.c.
Referenced by xml_file_iterator_end_element_ns(), xml_file_iterator_init_from_file_path(), xml_file_iterator_rewind(), and xml_file_iterator_start_element_ns().