Source position: dom.pp line 198
type TNodeFlags = set of (
nfReadonly,
nfRecycled,
nfLevel2,
nfIgnorableWS,
nfSpecified,
nfDestroying,
nfFirstChild
);