OpenVAS Libraries
9.0.3
|
XML element. More...
#include <xml.h>
Data Fields | |
char * | name |
Name. More... | |
char * | text |
Text. More... | |
GHashTable * | attributes |
Attributes. More... | |
entities_t | entities |
Children. More... | |
GHashTable* entity_s::attributes |
Attributes.
Definition at line 52 of file xml.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 53 of file xml.h.
Referenced by compare_entities(), entity_child(), free_entity(), handle_start_element(), and make_entity().
char* entity_s::name |
Name.
Definition at line 50 of file xml.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 51 of file xml.h.
Referenced by compare_entities(), entity_text(), free_entity(), handle_text(), and make_entity().