Source position: sdo_xpath_helper.pas line 239
type TXPathToken = ( |
xtkEof, |
xtkNull, |
xtkTrue, |
xtkFalse, |
xtkNumber, |
xtkString, |
xtkSymbol, |
xtkAt, |
xtkSlash, |
xtkPeriod, |
xtkDoublePeriod, |
xtkSquaredBraceLeft, |
xtkSquaredBraceRigth, |
xtkEqual |
); |