#include <stdbool.h>
#include "list_cstring.h"
#include "list_refs.h"
Go to the source code of this file.
Classes | |
struct | cce |
Functions | |
void | cce_init (struct cce *cce) |
void | cce_clear (struct cce *cce) |
bool | cce_validate (const char *filename) |
void | cce_parse (char *docname, struct cce *cce, char *id) |
See more details at http://cce.mitre.org/
void cce_clear | ( | struct cce * | cce | ) |
Clear cce structure
void cce_init | ( | struct cce * | cce | ) |
Initialize cce structure
void cce_parse | ( | char * | docname, | |
struct cce * | cce, | |||
char * | id | |||
) |
Parse CCE XML file and store constents of entry with given ID into cce structure.
bool cce_validate | ( | const char * | filename | ) |
Vlaidate CCE XML file