OVAL Results interface import/export methods. More...
Functions | |
struct oval_result_directives * | oval_results_model_import (struct oval_results_model *, struct oscap_import_source *, void *) |
load oval results from XML file. | |
int | oval_results_model_export (struct oval_results_model *, struct oval_result_directives *, struct oscap_export_target *) |
export oval results to XML file. |
OVAL Results interface import/export methods.
int oval_results_model_export | ( | struct oval_results_model * | , | |
struct oval_result_directives * | , | |||
struct oscap_export_target * | ||||
) |
export oval results to XML file.
model | the oval_results_model | |
target | the export target stream (XML) |
struct oval_result_directives* oval_results_model_import | ( | struct oval_results_model * | , | |
struct oscap_import_source * | , | |||
void * | ||||
) | [read] |
load oval results from XML file.
model | the oval_results_model | |
source | the input source (XML) | |
error_handler | the error handler | |
client_data | client data; |