enum trc_save_flags

Overview

TRC DB saving options More…

#include <trc_db.h>

enum trc_save_flags {
    TRC_SAVE_REMOVE_OLD    = 0x1,
    TRC_SAVE_RESULTS       = 0x2,
    TRC_SAVE_GLOBALS       = 0x4,
    TRC_SAVE_UPDATE_OLD    = 0x8,
    TRC_SAVE_DEL_XINCL     = 0x10,
    TRC_SAVE_NO_VOID_XINCL = 0x20,
    TRC_SAVE_POS_ATTR      = 0x40,
};

Detailed Documentation

TRC DB saving options

Enum Values

TRC_SAVE_REMOVE_OLD

Remove XML representation and generate it from scratch

TRC_SAVE_RESULTS

Save expected results of iterations

TRC_SAVE_GLOBALS

Save global variables

TRC_SAVE_UPDATE_OLD

Update existing nodes

TRC_SAVE_DEL_XINCL

Delete XInclude elements

TRC_SAVE_NO_VOID_XINCL

Do not mark XInclude elements having no included content between them

TRC_SAVE_POS_ATTR

Save “pos” attribute for tests and iterations which value is a number of a given element in list of its siblings included from the same file