Unit 'Laz2_XMLUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TExpHashEntry

Another hash table used to detect duplicate namespaced attributes without memory allocations.

Declaration

Source position: laz2_xmlutils.pas line 92

type TExpHashEntry = record

  rev: LongWord;

  

  hash: LongWord;

  

  uriPtr: PXMLUtilString;

  

  lname: PXMLUtilChar;

  

  lnameLen: Integer;

  

end;


Version 4.4 Generated 2025-11-08 Home