|
Greenbone Vulnerability Management Libraries 22.32.0
|
Data for xml search functions. More...
#include <xmlutils.h>

Data Fields | |
| int | found |
| int | done |
| gchar * | find_element |
| GHashTable * | find_attributes |
Data for xml search functions.
Definition at line 63 of file xmlutils.h.
| int xml_search_data_t::done |
Done.
Definition at line 66 of file xmlutils.h.
| GHashTable* xml_search_data_t::find_attributes |
Attributes to find.
Definition at line 68 of file xmlutils.h.
Referenced by find_element_in_xml_file(), and xml_search_handle_start_element().
| gchar* xml_search_data_t::find_element |
Element to be find.
Definition at line 67 of file xmlutils.h.
Referenced by find_element_in_xml_file(), and xml_search_handle_start_element().
| int xml_search_data_t::found |
Founded.
Definition at line 65 of file xmlutils.h.
Referenced by find_element_in_xml_file(), and xml_search_handle_start_element().