Unit 'expat' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_pasexpat]

DTD

Declaration

Source position: expat.pas line 628

type DTD = record

  generalEntities: HASH_TABLE;

  

  elementTypes: HASH_TABLE;

  

  attributeIds: HASH_TABLE;

  

  prefixes: HASH_TABLE;

  

  pool: STRING_POOL;

  

  entityValuePool: STRING_POOL;

  

  keepProcessing: XML_Bool;

  

  hasParamEntityRefs: XML_Bool;

  

  standalone: XML_Bool;

  

  defaultPrefix: PREFIX;

  

  in_eldecl: XML_Bool;

  

  scaffold: CONTENT_SCAFFOLD_ptr;

  

  contentStringLen: unsigned;

  

  scaffSize: unsigned;

  

  scaffCount: unsigned;

  

  scaffLevel: int;

  

  scaffIndex: int_ptr;

  

  scaffAlloc: int;

  

end;



CT Web help

CodeTyphon Studio