Structure with information about vendor. More...
#include <cpedict_priv.h>
Public Member Functions | |
Parse functions | |
| struct cpe_vendor * | cpe_vendor_parse (xmlTextReaderPtr reader) |
| Parsing function to parse vendors of CPE dictionary. | |
Export functions | |
| void | cpe_vendor_export (const struct cpe_vendor *vendor, xmlTextWriterPtr writer) |
| Exporting function for CPE vendor. | |
Get functions | |
| const char * | cpe_vendor_get_value (const struct cpe_vendor *item) |
| cpe_vendor functions to get vendor value | |
| struct oscap_title_iterator * | cpe_vendor_get_titles (const struct cpe_vendor *item) |
| cpe_vendor functions to get vendor titles | |
| struct cpe_product_iterator * | cpe_vendor_get_products (const struct cpe_vendor *item) |
| cpe_vendor functions to get vendor products | |
Free functions | |
| void | cpe_vendor_free (struct cpe_vendor *vendor) |
New functions | |
| struct cpe_vendor * | cpe_vendor_new (void) |
Set functions | |
| bool | cpe_vendor_set_value (struct cpe_vendor *vendor, const char *new_value) |
Add functions | |
| bool | cpe_vendor_add_title (struct cpe_vendor *vendor, struct oscap_title *new_title) |
| bool | cpe_vendor_add_product (struct cpe_vendor *vendor, struct cpe_product *new_product) |
Structure with information about vendor.
1.6.1