OpenVAS Libraries  9.0.3
entity_s Struct Reference

XML element. More...

#include <xml.h>

Collaboration diagram for entity_s:
Collaboration graph

Data Fields

char * name
 Name. More...
 
char * text
 Text. More...
 
GHashTable * attributes
 Attributes. More...
 
entities_t entities
 Children. More...
 

Detailed Description

XML element.

Definition at line 48 of file xml.h.

Field Documentation

◆ attributes

GHashTable* entity_s::attributes

◆ entities

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

◆ name

char* entity_s::name

◆ text

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


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