| [Overview][Types][Classes][Procedures and functions][Index] |
Source position: laz2_xpath.pas line 223
type TAxis = ( |
||
axisInvalid, |
|
|
axisAncestor, |
|
|
axisAncestorOrSelf, |
|
|
axisAttribute, |
|
|
axisChild, |
|
|
axisDescendant, |
|
|
axisDescendantOrSelf, |
|
|
axisFollowing, |
|
|
axisFollowingSibling, |
|
|
axisNamespace, |
|
|
axisParent, |
|
|
axisPreceding, |
|
|
axisPrecedingSibling, |
|
|
axisSelf, |
|
|
axisRoot |
|
|
); |
| lazarus-ccr.sourceforge.net |