Public Member Functions | |
| oscap_stream_type_t | oscap_export_target_get_type (const struct oscap_export_target *item) |
| Get type of this export target. | |
| const char * | oscap_export_target_get_name (const struct oscap_export_target *item) |
| Get name of this export target. | |
| const char * | oscap_export_target_get_encoding (const struct oscap_export_target *item) |
| Get encoding for this export target. | |
| int | oscap_export_target_get_indent (const struct oscap_export_target *item) |
| Get indentation for this export target. | |
| const char * | oscap_export_target_get_indent_string (const struct oscap_export_target *item) |
| Get indentation string for this export target. | |
| struct oscap_export_target * | oscap_export_target_new_file (const char *filename, const char *encoding) |
| Function returns new export target structure, or NULL if an error occurred. | |
| struct oscap_export_target * | oscap_export_target_new_URL (const char *url, const char *encoding) |
| Function returns new export target structure, or NULL if an error occurred. | |
| void | oscap_export_target_free (struct oscap_export_target *target) |
| Destroy this export target structure. | |
1.6.1