Open SCAP Library
|
Public Member Functions | |
xmlNode * | cvrf_product_name_to_dom (struct cvrf_product_name *full_name) |
Parent: CVRF ProductTree, Branch, Relationship, or Group element. More... | |
OSCAP_API struct cvrf_product_name * | cvrf_product_name_new (void) |
New FullProductName of Branch or ProductTree. More... | |
OSCAP_API void | cvrf_product_name_free (struct cvrf_product_name *full_name) |
Deallocates memory for a FullProductName element. More... | |
OSCAP_API struct cvrf_product_name * | cvrf_product_name_clone (const struct cvrf_product_name *full_name) |
OSCAP_API const char * | cvrf_product_name_get_product_id (const struct cvrf_product_name *full_name) |
OSCAP_API const char * | cvrf_product_name_get_cpe (const struct cvrf_product_name *full_name) |
OSCAP_API bool | cvrf_product_name_set_product_id (struct cvrf_product_name *full_name, const char *product_id) |
OSCAP_API bool | cvrf_product_name_set_cpe (struct cvrf_product_name *full_name, const char *cpe) |
Data Fields | |
char * | product_id |
char * | cpe |
xmlNode * cvrf_product_name_to_dom | ( | struct cvrf_product_name * | full_name | ) |
Parent: CVRF ProductTree, Branch, Relationship, or Group element.
full_name | CVRF FullProductName structure to be exported to XML |