[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Another hash table used to detect duplicate namespaced attributes without memory allocations.
Source position: laz2_xmlutils.pas line 92
type TExpHashEntry = record |
||
rev: LongWord; |
|
|
hash: LongWord; |
|
|
uriPtr: PXMLUtilString; |
|
|
lname: PXMLUtilChar; |
|
|
lnameLen: Integer; |
|
|
end; |
Version 4.0 | Generated 2025-05-03 | Home |