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