Oval_criteria_node get methods. More...
Oval_criteria_node get methods.
char* oval_criteria_node_get_comment | ( | struct oval_criteria_node * | ) |
Returns attribute Oval_criteria_node->comment.
struct oval_definition* oval_criteria_node_get_definition | ( | struct oval_criteria_node * | ) | [read] |
Returns attribute Oval_extends->definition.
If Oval_criteria_node->type <> OVAL_NODETYPE_EXTENDDEF, this method shall return NULL.
bool oval_criteria_node_get_negate | ( | struct oval_criteria_node * | ) |
Returns attribute Oval_criteria_node->negate.
oval_operator_t oval_criteria_node_get_operator | ( | struct oval_criteria_node * | ) |
Returns attribute Oval_criteria->operator HOWDI.
struct oval_criteria_node_iterator* oval_criteria_node_get_subnodes | ( | struct oval_criteria_node * | ) | [read] |
Returns attribute Oval_criteria_node->subnodes.
If Oval_criteria_node->type <> OVAL_NODETYPE_CRITERIA, this method shall return NULL.
struct oval_test* oval_criteria_node_get_test | ( | struct oval_criteria_node * | ) | [read] |
Returns attribute Oval_criterion->test.
If Oval_criteria_node->type <> OVAL_NODETYPE_CRITERION, this method shall return NULL.
oval_criteria_node_type_t oval_criteria_node_get_type | ( | struct oval_criteria_node * | ) |
Returns attribute Oval_criteria_node->type.
bool oval_criteria_node_is_locked | ( | struct oval_criteria_node * | ) |
Return true if the instance of Oval_criteria_node is locked.
The state of a locked instance cannot be changed.