Unit 'xml2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libxml2]

xmlEntity

Declaration

Source position: entities.inc line 33

type xmlEntity = record

  _private: pointer;

  _type: xmlElementType;

  name: xmlCharPtr;

  children: xmlNodePtr;

  last: xmlNodePtr;

  parent: xmlDtdPtr;

  next: xmlNodePtr;

  prev: xmlNodePtr;

  doc: xmlDocPtr;

  orig: xmlCharPtr;

  content: xmlCharPtr;

  length: cint;

  etype: xmlEntityType;

  ExternalID: xmlCharPtr;

  SystemID: xmlCharPtr;

  nexte: xmlEntityPtr;

  URI: xmlCharPtr;

  owner: cint;

  checked: cint;

end;


Documentation generated on: 2023-03-18