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

TXPathKeyword

Declaration

Source position: xpath.pp line 98

type TXPathKeyword = (

  xkNone,

  xkAncestor,

  xkAncestorOrSelf,

  xkAttribute,

  xkChild,

  xkDescendant,

  xkDescendantOrSelf,

  xkFollowing,

  xkFollowingSibling,

  xkNamespace,

  xkParent,

  xkPreceding,

  xkPrecedingSibling,

  xkSelf,

  xkComment,

  xkText,

  xkProcessingInstruction,

  xkNode,

  xkAnd,

  xkOr,

  xkDiv,

  xkMod,

  xkLast,

  xkPosition,

  xkCount,

  xkId,

  xkLocalName,

  xkNamespaceUri,

  xkName,

  xkString,

  xkConcat,

  xkStartsWith,

  xkContains,

  xkSubstringBefore,

  xkSubstringAfter,

  xkSubstring,

  xkStringLength,

  xkNormalizeSpace,

  xkTranslate,

  xkBoolean,

  xkNot,

  xkTrue,

  xkFalse,

  xkLang,

  xkNumber,

  xkSum,

  xkFloor,

  xkCeiling,

  xkRound

);


Documentation generated on: 2023-03-18