xccdf_check Struct Reference
[XCCDFXCCDF Rule]

XCCDF simple or complex check. More...

#include <xccdf.h>

Public Member Functions

const char * xccdf_check_get_id (const struct xccdf_check *check)
bool xccdf_check_get_complex (const struct xccdf_check *check)
 True if the check is a complex check.
xccdf_bool_operator_t xccdf_check_get_oper (const struct xccdf_check *check)
 Get an operator to be applied no children of the complex check.
const char * xccdf_check_get_system (const struct xccdf_check *check)
const char * xccdf_check_get_selector (const struct xccdf_check *check)
const char * xccdf_check_get_content (const struct xccdf_check *check)
struct xccdf_rulexccdf_check_get_parent (const struct xccdf_check *check)
struct xccdf_check_iteratorxccdf_check_get_children (const struct xccdf_check *check)
 Get an iterator to nested checks of the complex check.
struct
xccdf_check_import_iterator
xccdf_check_get_imports (const struct xccdf_check *check)
struct
xccdf_check_export_iterator
xccdf_check_get_exports (const struct xccdf_check *check)
struct
xccdf_check_content_ref_iterator
xccdf_check_get_content_refs (const struct xccdf_check *check)
const char * xccdf_fixtext_get_content (const struct xccdf_fixtext *fixtext)

Data Fields

xccdf_bool_operator_t oper
struct oscap_listchildren
struct xccdf_itemparent
char * id
char * system
char * selector
char * content
struct oscap_listimports
struct oscap_listexports
struct oscap_listcontent_refs

Detailed Description

XCCDF simple or complex check.


Member Function Documentation

struct xccdf_check_iterator * xccdf_check_get_children ( const struct xccdf_check check  )  [read]

Get an iterator to nested checks of the complex check.

See also:
xccdf_check_get_export
bool xccdf_check_get_complex ( const struct xccdf_check check  ) 

True if the check is a complex check.

See also:
xccdf_check_get_children
const char * xccdf_check_get_content ( const struct xccdf_check check  ) 
struct xccdf_check_content_ref_iterator * xccdf_check_get_content_refs ( const struct xccdf_check check  )  [read]
struct xccdf_check_export_iterator * xccdf_check_get_exports ( const struct xccdf_check check  )  [read]
const char * xccdf_check_get_id ( const struct xccdf_check check  ) 
struct xccdf_check_import_iterator * xccdf_check_get_imports ( const struct xccdf_check check  )  [read]
xccdf_bool_operator_t xccdf_check_get_oper ( const struct xccdf_check check  ) 

Get an operator to be applied no children of the complex check.

See also:
xccdf_check_get_children
struct xccdf_rule * xccdf_check_get_parent ( const struct xccdf_check check  )  [read]
const char * xccdf_check_get_selector ( const struct xccdf_check check  ) 
const char * xccdf_check_get_system ( const struct xccdf_check check  ) 
const char * xccdf_fixtext_get_content ( const struct xccdf_fixtext fixtext  ) 

The documentation for this struct was generated from the following files:

Generated on 24 Mar 2010 for Open SCAP Library by  doxygen 1.6.1