|
Public Types |
enum | Properties {
DOCORDER = 0x001,
PEER = 0x002,
SUBTREE = 0x004,
GROUPED = 0x008,
SAMEDOC = 0x010,
ONENODE = 0x020,
SELF = 0x040,
FORWARDREF = 0x080,
UNDEFINEDVAR = 0x100
} |
| Properties that allow optimisation regarding sorting or not. More...
|
Public Member Functions |
| StaticResolutionContext (XPath2MemoryManager *memMgr) |
| StaticResolutionContext (const StaticResolutionContext &o, XPath2MemoryManager *memMgr) |
void | copy (const StaticResolutionContext &o) |
void | clear () |
| Clears all the information in this StaticResolutionContext.
|
void | forceNoFolding (bool value) |
| Overrides all the other flags, and never allows this sub-expression to be constant folded.
|
bool | isNoFoldingForced () const |
void | contextItemUsed (bool value) |
void | contextPositionUsed (bool value) |
void | contextSizeUsed (bool value) |
bool | isContextItemUsed () const |
bool | isContextPositionUsed () const |
bool | isContextSizeUsed () const |
bool | areContextFlagsUsed () const |
| Returns true if any of the context item flags have been used.
|
void | currentTimeUsed (bool value) |
void | implicitTimezoneUsed (bool value) |
bool | areContextTimeUsed () const |
void | availableDocumentsUsed (bool value) |
void | availableCollectionsUsed (bool value) |
bool | areDocsOrCollectionsUsed () const |
void | variableUsed (const XMLCh *namespaceURI, const XMLCh *name) |
bool | removeVariable (const XMLCh *namespaceURI, const XMLCh *name) |
bool | isVariableUsed (const XMLCh *namespaceURI, const XMLCh *name) const |
std::vector< std::pair< const
XMLCh *, const XMLCh * > > | variablesUsed () const |
void | add (const StaticResolutionContext &o) |
| Sets the members of this StaticResolutionContext from the given StaticResolutionContext.
|
void | addExceptContextFlags (const StaticResolutionContext &o) |
bool | isUsed () const |
| Returns true if flags are set, or variables have been used.
|
bool | isUsedExceptContextFlags () const |
void | creative (bool value) |
bool | isCreative () const |
unsigned int | getProperties () const |
void | setProperties (unsigned int props) |
const StaticType & | getStaticType () const |
StaticType & | getStaticType () |
std::string | toString () const |