Open Vulnerability and Assessment Language. More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
Data Structures | |
struct | oval_value |
OVAL object or item entity value. More... | |
Typedefs | |
typedef struct oval_value | oval_value_t |
Functions | |
int | oval_value_iterator_has_more (struct oval_value_iterator *oc_value) |
struct oval_value * | oval_value_iterator_next (struct oval_value_iterator *oc_value) |
void | oval_value_iterator_free (struct oval_value_iterator *oc_value) |
oval_datatype_t | oval_value_get_datatype (struct oval_value *value) |
char * | oval_value_get_text (struct oval_value *value) |
unsigned char * | oval_value_get_binary (struct oval_value *value) |
bool | oval_value_get_boolean (struct oval_value *value) |
float | oval_value_get_float (struct oval_value *value) |
long | oval_value_get_integer (struct oval_value *value) |
struct oval_value * | oval_value_new () |
void | oval_value_free (struct oval_value *value) |
void | oval_value_set_datatype (struct oval_value *value, oval_datatype_t datatype) |
void | oval_value_set_text (struct oval_value *value, char *text) |
void | oval_value_parse_tag_consume_text (char *string, void *text) |
int | oval_value_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_value_consumer consumer, void *user) |
void | oval_value_to_print (struct oval_value *value, char *indent, int idx) |
xmlNode * | oval_value_to_dom (struct oval_value *value, xmlDoc *doc, xmlNode *parent) |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/