/home/pvrabec/openscap/openscap-0.5.6/src/OVAL/oval_behavior.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"
#include "oval_string_map_impl.h"
#include "../common/util.h"
#include "../common/public/debug.h"
#include "../common/_error.h"

Data Structures

struct  oval_behavior
 OVAL behavior. More...

Typedefs

typedef struct oval_behavior oval_behavior_t

Functions

bool oval_behavior_iterator_has_more (struct oval_behavior_iterator *oc_behavior)
struct oval_behavioroval_behavior_iterator_next (struct oval_behavior_iterator *oc_behavior)
void oval_behavior_iterator_free (struct oval_behavior_iterator *oc_behavior)
char * oval_behavior_get_value (struct oval_behavior *behavior)
 Get OVAL behavior value.
char * oval_behavior_get_key (struct oval_behavior *behavior)
 Get OVAL behavior name.
struct oval_behavioroval_behavior_new (struct oval_definition_model *model)
struct oval_behavioroval_behavior_clone (struct oval_definition_model *new_model, struct oval_behavior *old_behavior)
bool oval_behavior_is_valid (struct oval_behavior *behavior)
 return true if the behavior instance is valid
bool oval_behavior_is_locked (struct oval_behavior *behavior)
 return true if the behavior instance is locked.
void oval_behavior_free (struct oval_behavior *behavior)
void oval_behavior_set_keyval (struct oval_behavior *behavior, const char *key, const char *value)
int oval_behavior_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_family_t family, oval_behavior_consumer consumer, void *user)
void oval_behavior_to_print (struct oval_behavior *behavior, char *indent, int idx)

Detailed Description

Open Vulnerability and Assessment Language.

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


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1