#include "expression.h"
#include "pathstepattribute.h"
Go to the source code of this file.
Classes | |
class | PathStepExpression |
Represents base class of all path step expressions. More... | |
Defines | |
#define | WEIGHT_AXIS_CHILD 1 |
#define | WEIGHT_AXIS_DESCENDANT 3 |
#define | WEIGHT_AXIS_DOS 3 |
#define | WEIGHT_INNER_NODETEST 1 |
Weight definition for all inner node tests of a path used to determine the evaluation order of SignOffExpression if more than one appear in a series. | |
#define | WEIGHT_AXIS_CHILD 1 |
#define | WEIGHT_AXIS_DESCENDANT 3 |
#define | WEIGHT_AXIS_DOS 3 |
#define | WEIGHT_INNER_NODETEST 1 |
Header file specifying constructors, destructor and functions for pathstepexpression.cpp.
Definition in file pathstepexpression.h.
#define WEIGHT_AXIS_CHILD 1 |
Weight definition for axis child
used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Definition at line 47 of file pathstepexpression.h.
Referenced by PathStepExpression::getStepWeight().
#define WEIGHT_AXIS_DESCENDANT 3 |
Weight definition for axis descendant
used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Definition at line 55 of file pathstepexpression.h.
Referenced by PathStepExpression::getStepWeight().
#define WEIGHT_AXIS_DOS 3 |
Weight definition for axis dos
used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Definition at line 63 of file pathstepexpression.h.
Referenced by PathStepExpression::getStepWeight().
#define WEIGHT_INNER_NODETEST 1 |
Weight definition for all inner node tests of a path used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Weight definition for all inner node tests used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Definition at line 71 of file pathstepexpression.h.
Referenced by PathStepExpression::getStepWeight().