Unit 'XPath' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Index] [#fcl-xml]

TXPathToken

Declaration

Source position: xpath.pp line 67

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

);


Documentation generated on: 2023-03-18