/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_objectContent.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_object_content |
struct | oval_object_content_ENTITY |
struct | oval_object_content_SET |
Typedefs |
typedef struct oval_object_content | oval_object_content_t |
typedef struct
oval_object_content_ENTITY | oval_object_content_ENTITY_t |
typedef struct
oval_object_content_SET | oval_object_content_SET_t |
Functions |
int | oval_iterator_object_content_has_more (struct oval_iterator_object_content *oc_object_content) |
struct oval_object_content * | oval_iterator_object_content_next (struct oval_iterator_object_content *oc_object_content) |
char * | oval_object_content_field_name (struct oval_object_content *content) |
oval_object_content_type_enum | oval_object_content_type (struct oval_object_content *content) |
struct oval_entity * | oval_object_content_entity (struct oval_object_content *content) |
oval_check_enum | oval_object_content_varCheck (struct oval_object_content *content) |
struct oval_set * | oval_object_content_set (struct oval_object_content *content) |
struct oval_object_content * | oval_object_content_new (oval_object_content_type_enum type) |
void | oval_object_content_free (struct oval_object_content *content) |
void | set_oval_object_content_field_name (struct oval_object_content *, char *) |
void | set_oval_object_content_type (struct oval_object_content *, oval_object_content_type_enum) |
void | set_oval_object_content_entity (struct oval_object_content *, struct oval_entity *) |
void | set_oval_object_content_varCheck (struct oval_object_content *, oval_check_enum) |
void | set_oval_object_content_set (struct oval_object_content *, struct oval_set *) |
int | oval_object_content_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_object_content_consumer consumer, void *user) |
void | oval_object_content_to_print (struct oval_object_content *content, char *indent, int index) |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/