103 return (uint)(
ch - 48) <= 9
u;
370 case "ancestor-or-self":
378 case "descendant-or-self":
382 case "following-sibling":
390 case "preceding-sibling":
474 return char.ToString((
char)t);
static string XPath_EofExpected
static string XPath_ScientificNotation
static string XPath_UnclosedString
static string XPath_TokenExpected
static bool IsStartNCNameSingleChar(char ch)
static bool IsNCNameSingleChar(char ch)
static bool IsWhiteSpace(char ch)
void SetSourceIndex(int index)
string LexKindToString(LexKind t)
readonly string _xpathExpr
void PassToken(LexKind t)
XPathCompileException CreateException(string resId, params string[] args)
bool CheckOperator(bool star)
static bool IsAsciiDigit(char ch)
XPathScanner(string xpathExpr)
XPathScanner(string xpathExpr, int startFrom)
void CheckToken(LexKind t)