/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_state.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_agent_api_impl.h"

Data Structures

struct  oval_state

Typedefs

typedef struct oval_state oval_state_t

Functions

int oval_iterator_state_has_more (struct oval_iterator_state *oc_state)
struct oval_state * oval_iterator_state_next (struct oval_iterator_state *oc_state)
oval_family_enum oval_state_family (struct oval_state *state)
oval_subtype_enum oval_state_subtype (struct oval_state *state)
char * oval_state_name (struct oval_state *state)
struct oval_iterator_string * oval_state_notes (struct oval_state *state)
struct oval_iterator_entity * oval_state_entities (struct oval_state *state)
char * oval_state_comment (struct oval_state *state)
char * oval_state_id (struct oval_state *state)
int oval_state_deprecated (struct oval_state *state)
int oval_state_version (struct oval_state *state)
struct oval_state * oval_state_new ()
void oval_state_free (struct oval_state *state)
void set_oval_state_id (struct oval_state *state, char *id)
void set_oval_state_family (struct oval_state *state, oval_family_enum family)
void set_oval_state_subtype (struct oval_state *state, oval_subtype_enum subtype)
void set_oval_state_name (struct oval_state *state, char *name)
void add_oval_state_notes (struct oval_state *state, char *notes)
void set_oval_state_comment (struct oval_state *state, char *comment)
void set_oval_state_deprecated (struct oval_state *state, int deprecated)
void set_oval_state_version (struct oval_state *state, int version)
int _oval_state_parse_notes (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user)
int _oval_state_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user)
int oval_state_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context)
void oval_state_to_print (struct oval_state *state, char *indent, int index)


Detailed Description

Open Vulnerability and Assessment Language.

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


Generated on Thu Apr 30 13:45:39 2009 for Open SCAP Library by  doxygen 1.5.7.1