enum XPath2::TokenType
Overview
An XPath expression token type
Defined in:
xpath2/parse.crEnum Members
-
Comma =
0 -
Slash =
1 -
','
-
At =
2 -
'/'
-
Dot =
3 -
'@'
-
LParens =
4 -
'.'
-
RParens =
5 -
'('
-
LBracket =
6 -
')'
-
RBracket =
7 -
'['
-
Star =
8 -
']'
-
Plus =
9 -
'*'
-
Minus =
10 -
'+'
-
Eq =
11 -
'-'
-
Lt =
12 -
'='
-
Gt =
13 -
'<'
-
Bang =
14 -
'>'
-
Dollar =
15 -
'!'
-
Apos =
16 -
'$'
-
Quote =
17 -
'\''
-
Union =
18 -
'"'
-
Ne =
19 -
'|'
-
Le =
20 -
'!='
-
Ge =
21 -
'<='
-
And =
22 -
'>='
-
Or =
23 -
'&&'
-
DotDot =
24 -
'||'
-
SlashSlash =
25 -
'..'
-
Name =
26 -
'//'
-
String =
27 -
XML Name
-
Number =
28 -
Quoted string constant
-
Axe =
29 -
Number constant
-
Eof =
30 -
Axe (like child::)
Instance Method Summary
- #and?
- #apos?
- #at?
- #axe?
- #bang?
- #comma?
- #dollar?
- #dot?
- #dot_dot?
- #eof?
- #eq?
- #ge?
- #gt?
- #l_bracket?
- #l_parens?
- #le?
- #lt?
- #minus?
- #name?
- #ne?
- #number?
- #or?
- #plus?
- #quote?
- #r_bracket?
- #r_parens?
- #slash?
- #slash_slash?
- #star?
- #string?
- #union?