#include "cce.h"
#include "cce_priv.h"
Functions | |
| void | cce_init (struct cce *cce) |
| void | cce_clear (struct cce *cce) |
| void | cce_parse (char *docname, struct cce *cce, char *id) |
| bool | cce_validate (const char *filename) |
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
1.5.6