Greenbone Vulnerability Management Libraries
11.0.1
|
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 77 of file xmlutils.h.
int xml_search_data_t::done |
Done.
Definition at line 80 of file xmlutils.h.
GHashTable* xml_search_data_t::find_attributes |
Attributes to find.
Definition at line 82 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 81 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 79 of file xmlutils.h.
Referenced by find_element_in_xml_file(), and xml_search_handle_start_element().