Source position: sdo_xpath_helper.pas line 180
type TXPathExecContentKinds = set of (
xckNull,
xckObject,
xckList,
xckValue,
xckListFiltered
);