/home/pvrabec/openscap/openscap-0.5.6/src/OVAL/oval_affected.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_parser_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_affected
 Handle: Oval_affected. More...

Typedefs

typedef struct oval_affected oval_affected_t

Functions

bool oval_affected_iterator_has_more (struct oval_affected_iterator *oc_affected)
 Return true if iterator has more Oval_affected.
struct oval_affectedoval_affected_iterator_next (struct oval_affected_iterator *oc_affected)
 Return next instance of Oval_affected from iterator.
void oval_affected_iterator_free (struct oval_affected_iterator *oc_affected)
 Release instance of Oval_affected iterator.
oval_affected_family_t oval_affected_get_family (struct oval_affected *affected)
 Get member value Oval_affected family.
struct oval_string_iterator * oval_affected_get_platforms (struct oval_affected *affected)
 Get member values Oval_affected platform_names.
struct oval_string_iterator * oval_affected_get_products (struct oval_affected *affected)
 Get member values Oval_affected product_names.
struct oval_affectedoval_affected_new (struct oval_definition_model *model)
 Construct instance of Oval_affected.
bool oval_affected_is_valid (struct oval_affected *affected)
 Returns true.
bool oval_affected_is_locked (struct oval_affected *affected)
 Return true if the instance of oval_affected is locked.
struct oval_affectedoval_affected_clone (struct oval_definition_model *new_model, struct oval_affected *old_affected)
 Clone instance of Oval_affected.
void oval_affected_free (struct oval_affected *affected)
 Release instance of Oval_affected.
void oval_affected_set_family (struct oval_affected *affected, oval_affected_family_t family)
 Set Oval_affected family.
void oval_affected_add_platform (struct oval_affected *affected, char *platform)
 Append name to Oval_affected platform names.
void oval_affected_add_product (struct oval_affected *affected, char *product)
 Append name to Oval_affected product names.
const char * oval_affected_family_get_text (oval_affected_family_t family)
int oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_affected_consumer consumer, void *user)
void oval_affected_to_print (struct oval_affected *affected, 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