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