Source position: xmlutils.pp line 87
type THashItem = record
Key: XMLString;
HashValue: LongWord;
Next: PHashItem;
Data: TObject;
end;