OpenVAS Libraries  9.0.3
xml_search_data_t Struct Reference

Data for xml search functions. More...

#include <xml.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 60 of file xml.h.

Field Documentation

◆ done

int xml_search_data_t::done

Definition at line 62 of file xml.h.

◆ find_attributes

GHashTable* xml_search_data_t::find_attributes

Definition at line 64 of file xml.h.

Referenced by find_element_in_xml_file().

◆ find_element

gchar* xml_search_data_t::find_element

Definition at line 63 of file xml.h.

Referenced by find_element_in_xml_file().

◆ found

int xml_search_data_t::found

Definition at line 61 of file xml.h.

Referenced by find_element_in_xml_file().


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