/home/pvrabec/openscap/openscap-0.5.3/src/OVAL/oval_variableBinding.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_variable_binding
 Binding of an value to an OVAL variable. More...

Typedefs

typedef struct
oval_variable_binding 
oval_variable_binding_t

Functions

int oval_variable_binding_iterator_has_more (struct oval_variable_binding_iterator *oc_variable_binding)
struct oval_variable_bindingoval_variable_binding_iterator_next (struct oval_variable_binding_iterator *oc_variable_binding)
void oval_variable_binding_iterator_free (struct oval_variable_binding_iterator *oc_variable_binding)
struct oval_variableoval_variable_binding_get_variable (struct oval_variable_binding *binding)
char * oval_variable_binding_get_value (struct oval_variable_binding *binding)
void oval_variable_binding_set_variable (struct oval_variable_binding *binding, struct oval_variable *variable)
void oval_variable_binding_set_value (struct oval_variable_binding *binding, char *value)
struct oval_variable_bindingoval_variable_binding_new (struct oval_variable *variable, char *value)
struct oval_variable_binding_oval_variable_binding_new ()
void oval_variable_binding_free (struct oval_variable_binding *binding)
void _oval_variable_binding_value_consumer (char *value, void *user)
int oval_variable_binding_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_variable_binding_consumer consumer, void *client)
void oval_variable_binding_to_dom (struct oval_variable_binding *binding, xmlDoc *doc, xmlNode *tag_parent)

Variables

int DEBUG_OVAL_VARIABLE_BINDING = 0

Detailed Description

Open Vulnerability and Assessment Language.

See more details at http://oval.mitre.org/


Generated on 29 Sep 2009 for Open SCAP Library by  doxygen 1.6.1