Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_utils]

TXPathKeyword

Declaration

Source position: laz2_xpath.pas line 66

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

  

);



CT Web help

CodeTyphon Studio