Open SCAP Library
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
oval_criteriaNode.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_definitions_impl.h"
#include "adt/oval_collection_impl.h"
#include "oval_agent_api_impl.h"
#include "common/util.h"
#include "common/debug_priv.h"
#include "common/_error.h"
Include dependency graph for oval_criteriaNode.c:

Data Structures

struct  oval_criteria_node
 Specify oval_definition dependencies. More...
 
struct  oval_criteria_node_CRITERIA
 
struct  oval_criteria_node_CRITERION
 
struct  oval_criteria_node_EXTENDDEF
 

Typedefs

typedef struct oval_criteria_node oval_criteria_node_t
 
typedef struct oval_criteria_node_CRITERIA oval_criteria_node_CRITERIA_t
 
typedef struct oval_criteria_node_CRITERION oval_criteria_node_CRITERION_t
 
typedef struct oval_criteria_node_EXTENDDEF oval_criteria_node_EXTENDDEF_t
 

Functions

bool oval_criteria_node_iterator_has_more (struct oval_criteria_node_iterator *oc_criteria_node)
 
struct oval_criteria_nodeoval_criteria_node_iterator_next (struct oval_criteria_node_iterator *oc_criteria_node)
 
void oval_criteria_node_iterator_free (struct oval_criteria_node_iterator *oc_criteria_node)
 
oval_criteria_node_type_t oval_criteria_node_get_type (struct oval_criteria_node *node)
 
bool oval_criteria_node_get_negate (struct oval_criteria_node *node)
 
bool oval_criteria_node_get_applicability_check (struct oval_criteria_node *node)
 
char * oval_criteria_node_get_comment (struct oval_criteria_node *node)
 
oval_operator_t oval_criteria_node_get_operator (struct oval_criteria_node *node)
 
struct oval_criteria_node_iteratoroval_criteria_node_get_subnodes (struct oval_criteria_node *node)
 
struct oval_testoval_criteria_node_get_test (struct oval_criteria_node *node)
 
struct oval_definitionoval_criteria_node_get_definition (struct oval_criteria_node *node)
 
struct oval_criteria_nodeoval_criteria_node_new (struct oval_definition_model *model, oval_criteria_node_type_t type)
 
struct oval_criteria_nodeoval_criteria_node_clone (struct oval_definition_model *new_model, struct oval_criteria_node *old_node)
 
void oval_criteria_node_free (struct oval_criteria_node *node)
 
void oval_criteria_set_node_type (struct oval_criteria_node *node, oval_criteria_node_type_t type)
 
void oval_criteria_node_set_negate (struct oval_criteria_node *node, bool negate)
 
void oval_criteria_node_set_applicability_check (struct oval_criteria_node *node, bool applicability_check)
 
void oval_criteria_node_set_comment (struct oval_criteria_node *node, char *comm)
 
void oval_criteria_node_set_operator (struct oval_criteria_node *node, oval_operator_t op)
 
void oval_criteria_node_add_subnode (struct oval_criteria_node *node, struct oval_criteria_node *subnode)
 
void oval_criteria_node_set_test (struct oval_criteria_node *node, struct oval_test *test)
 
void oval_criteria_node_set_definition (struct oval_criteria_node *node, struct oval_definition *definition)
 
int oval_criteria_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_criteria_consumer consumer, void *user)
 
xmlNode * oval_criteria_node_to_dom (struct oval_criteria_node *cnode, xmlDoc *doc, xmlNode *parent)
 

Detailed Description

Open Vulnerability and Assessment Language.

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