#include "pathstepexpression.h"
#include "outputstream.h"
Go to the source code of this file.
Classes | |
class | PathStepTagExpression |
Represents a single XPath path step of the form /tag or //tag . More... | |
Defines | |
#define | WEIGHT_NODETEST_TAG 2 |
#define | WEIGHT_NODETEST_TAG 2 |
Header file specifying constructors, destructor and functions for pathsteptagexpression.cpp.
Definition in file pathsteptagexpression.h.
#define WEIGHT_NODETEST_TAG 2 |
Weight definition for node test tag
used to determine the evaluation order of SignOffExpression if more than one appear in a series.
Definition at line 47 of file pathsteptagexpression.h.
Referenced by PathStepExpression::getStepWeight().