/home/pvrabec/tmp/openscap/openscap-0.3.1/src/OVAL/oval_value.c File Reference
Open Vulnerability and Assessment Language.
More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
|
Data Structures |
| struct | oval_value |
Typedefs |
|
typedef struct oval_value | oval_value_t |
Functions |
|
int | oval_iterator_value_has_more (struct oval_iterator_value *oc_value) |
|
struct oval_value * | oval_iterator_value_next (struct oval_iterator_value *oc_value) |
|
oval_datatype_enum | oval_value_datatype (struct oval_value *value) |
|
char * | oval_value_text (struct oval_value *value) |
|
unsigned char * | oval_value_binary (struct oval_value *value) |
|
char | oval_value_boolean (struct oval_value *value) |
|
float | oval_value_float (struct oval_value *value) |
|
long | oval_value_integer (struct oval_value *value) |
|
struct oval_value * | oval_value_new () |
|
void | oval_value_free (struct oval_value *value) |
|
void | set_oval_value_datatype (struct oval_value *value, oval_datatype_enum datatype) |
|
void | set_oval_value_text (struct oval_value *value, char *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 index) |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/