Greenbone Vulnerability Management Libraries 22.32.0
xml_search_data_t Struct Reference

Data for xml search functions. More...

#include <xmlutils.h>

Collaboration diagram for xml_search_data_t:
Collaboration graph

Data Fields

int found
int done
gchar * find_element
GHashTable * find_attributes

Detailed Description

Data for xml search functions.

Definition at line 63 of file xmlutils.h.

Field Documentation

◆ done

int xml_search_data_t::done

Done.

Definition at line 66 of file xmlutils.h.

◆ find_attributes

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().

◆ find_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().

◆ found

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().


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