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

TAG

Declaration

Source position: expat.pas line 559

type TAG = record

  parent: TAG_ptr;

  

  rawName: char_ptr;

  

  rawNameLength: int;

  

  name: TAG_NAME;

  

  buf: char_ptr;

  

  bufEnd: char_ptr;

  

  alloc: int;

  

  bindings: BINDING_ptr;

  

end;



CT Web help

CodeTyphon Studio