Greenbone Vulnerability Management Libraries
11.0.0
|
XML element. More...
#include <xmlutils.h>
Data Fields | |
char * | name |
Name. More... | |
char * | text |
Text. More... | |
GHashTable * | attributes |
Attributes. More... | |
entities_t | entities |
Children. More... | |
XML element.
Definition at line 65 of file xmlutils.h.
GHashTable* entity_s::attributes |
Attributes.
Definition at line 69 of file xmlutils.h.
Referenced by add_attributes(), compare_entities(), entity_attribute(), free_entity(), make_entity(), print_entity(), print_entity_format(), and print_entity_to_string().
entities_t entity_s::entities |
Children.
Definition at line 70 of file xmlutils.h.
Referenced by compare_entities(), entity_child(), free_entity(), handle_start_element(), make_entity(), osp_get_scanner_details(), print_entity(), print_entity_format(), and print_entity_to_string().
char* entity_s::name |
Name.
Definition at line 67 of file xmlutils.h.
Referenced by compare_entities(), entity_name(), free_entity(), make_entity(), print_entity(), print_entity_format(), and print_entity_to_string().
char* entity_s::text |
Text.
Definition at line 68 of file xmlutils.h.
Referenced by compare_entities(), entity_text(), free_entity(), handle_text(), make_entity(), print_entity(), print_entity_format(), and print_entity_to_string().