Greenbone Vulnerability Management Libraries  11.0.1
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 77 of file xmlutils.h.

Field Documentation

◆ done

int xml_search_data_t::done

Done.

Definition at line 80 of file xmlutils.h.

◆ find_attributes

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

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

◆ found

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


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