enum rgt_node

Overview

Possible node types More…

#include <xml2gen.h>

enum rgt_node {
    NT_ROOT,
    NT_SESSION,
    NT_PACKAGE,
    NT_TEST,
    NT_BRANCH,
    NT_LAST,
};

Detailed Documentation

Possible node types

Enum Values

NT_ROOT

Root node of testing

NT_SESSION

Node of session type

NT_PACKAGE

Node of package type

NT_TEST

Node of test type

NT_BRANCH

It is used only for generation events “branch start” / “branch end”

NT_LAST

Last marker - the biggest value of the all elements