Getters
[Oval_criteria_node]

Oval_criteria_node get methods. More...

Functions

bool oval_criteria_node_is_locked (struct oval_criteria_node *)
 Return true if the instance of Oval_criteria_node is locked.
oval_criteria_node_type_t oval_criteria_node_get_type (struct oval_criteria_node *)
 Returns attribute Oval_criteria_node->type.
bool oval_criteria_node_get_negate (struct oval_criteria_node *)
 Returns attribute Oval_criteria_node->negate.
char * oval_criteria_node_get_comment (struct oval_criteria_node *)
 Returns attribute Oval_criteria_node->comment.
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 *)
 Returns attribute Oval_criteria_node->subnodes.
struct oval_testoval_criteria_node_get_test (struct oval_criteria_node *)
 Returns attribute Oval_criterion->test.
struct oval_definitionoval_criteria_node_get_definition (struct oval_criteria_node *)
 Returns attribute Oval_extends->definition.

Detailed Description

Oval_criteria_node get methods.


Function Documentation

char* oval_criteria_node_get_comment ( struct oval_criteria_node  ) 

Returns attribute Oval_criteria_node->comment.

See also:
oval_criteria_node_set_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.

See also:
oval_criteria_node_set_definition
bool oval_criteria_node_get_negate ( struct oval_criteria_node  ) 

Returns attribute Oval_criteria_node->negate.

See also:
oval_criteria_node_set_negate
oval_operator_t oval_criteria_node_get_operator ( struct oval_criteria_node  ) 

Returns attribute Oval_criteria->operator HOWDI.

Note:
If Oval_criteria_node->type <> OVAL_NODETYPE_CRITERIA, this method shall return OVAL_OPERATOR_UNKNOWN.
See also:
oval_criteria_node_set_operator
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.

Note:
An iterator returned by this method should be freed by the calling application.
See also:
oval_criteria_node_add_subnode
oval_criteria_node_iterator_free
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.

See also:
oval_criteria_node_set_test
oval_criteria_node_type_t oval_criteria_node_get_type ( struct oval_criteria_node  ) 

Returns attribute Oval_criteria_node->type.

See also:
oval_criteria_node_new
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.


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1