Open SCAP Library
|
Public Member Functions | |
xmlNode * | cvrf_group_to_dom (const struct cvrf_group *group) |
Parent: CVRF ProductGroups container. More... | |
OSCAP_API struct cvrf_group * | cvrf_group_new (void) |
New CVRF Group child of ProductGroups container element. More... | |
OSCAP_API void | cvrf_group_free (struct cvrf_group *group) |
Deallocates memory for a Group element. More... | |
OSCAP_API struct cvrf_group * | cvrf_group_clone (const struct cvrf_group *group) |
OSCAP_API const char * | cvrf_group_get_group_id (const struct cvrf_group *group) |
OSCAP_API const char * | cvrf_group_get_description (const struct cvrf_group *group) |
OSCAP_API bool | cvrf_group_set_group_id (struct cvrf_group *group, const char *group_id) |
OSCAP_API bool | cvrf_group_set_description (struct cvrf_group *group, const char *description) |
OSCAP_API struct oscap_string_iterator * | cvrf_group_get_product_ids (struct cvrf_group *group) |
Data Fields | |
char * | group_id |
char * | description |
struct oscap_stringlist * | product_ids |
xmlNode * cvrf_group_to_dom | ( | const struct cvrf_group * | group | ) |
Parent: CVRF ProductGroups container.
group | CVRF Group structure to be exported to XML |