| [Overview][Types][Classes][Procedures and functions][Index] |
Source position: laz2_xpath.pas line 35
type TXPathToken = ( |
||
tkInvalid, |
|
|
tkEndOfStream, |
|
|
tkIdentifier, |
|
|
tkNSNameTest, |
|
|
tkString, |
|
|
tkNumber, |
|
|
tkVariable, |
|
|
tkLeftBracket, |
|
|
tkRightBracket, |
|
|
tkAsterisk, |
|
|
tkPlus, |
|
|
tkComma, |
|
|
tkMinus, |
|
|
tkDot, |
|
|
tkDotDot, |
|
|
tkSlash, |
|
|
tkSlashSlash, |
|
|
tkColonColon, |
|
|
tkLess, |
|
|
tkLessEqual, |
|
|
tkEqual, |
|
|
tkNotEqual, |
|
|
tkGreater, |
|
|
tkGreaterEqual, |
|
|
tkAt, |
|
|
tkLeftSquareBracket, |
|
|
tkRightSquareBracket, |
|
|
tkPipe |
|
|
); |
| lazarus-ccr.sourceforge.net |