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

ENTITY

Declaration

Source position: expat.pas line 451

type ENTITY = record

  name: XML_Char_ptr;

  

  alloc: int;

  

  textPtr: XML_Char_ptr;

  

  textLen: int;

  

  processed: int;

  

  systemId: XML_Char_ptr;

  

  base: XML_Char_ptr;

  

  publicId: XML_Char_ptr;

  

  notation: XML_Char_ptr;

  

  open: XML_Bool;

  

  is_param: XML_Bool;

  

  is_internal: XML_Bool;

  

end;



CT Web help

CodeTyphon Studio