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

TAxis

Declaration

Source position: laz2_xpath.pas line 223

type TAxis = (

  axisInvalid,

  

  axisAncestor,

  

  axisAncestorOrSelf,

  

  axisAttribute,

  

  axisChild,

  

  axisDescendant,

  

  axisDescendantOrSelf,

  

  axisFollowing,

  

  axisFollowingSibling,

  

  axisNamespace,

  

  axisParent,

  

  axisPreceding,

  

  axisPrecedingSibling,

  

  axisSelf,

  

  axisRoot

  

);

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