56 #ifndef _xpathvariable_h
57 #define _xpathvariable_h
102 const Char8* Name()
const;
112 bool GetBoole()
const;
117 double GetNumber()
const;
122 const Char8* GetString()
const;
133 bool Set(
bool Value);
138 bool Set(
double Value);
143 bool Set(
const Char8* Value);
155 #endif // Include guard
XPathValueType
XPathQuery return type.
A fixed sized collection of nodes that an XPathQuery can work on.
All the definitions for datatypes as well as some basic conversion functions are defined here...
A set of XPath variables.
char Char8
A datatype to represent one character.
XPathValueType ValueType
What kind of data does this variable store.
Enumerations and constant values used primarily in the XML system but useful for interacting with it ...
XPathVariable * NextVariable
The Next Variable in a linked structure of XPathVariables.
The bulk of the engine components go in this namspace.