[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_xpath' (#lazutils)

TXPathToken

Declaration

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

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.