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

xmlDoc

Declaration

Source position: tree.inc line 442

type xmlDoc = record

  _private: pointer;

  _type: xmlElementType;

  name: pchar;

  children: xmlCharPtr;

  last: xmlCharPtr;

  parent: xmlCharPtr;

  next: xmlCharPtr;

  prev: xmlCharPtr;

  doc: xmlDocPtr;

  compression: cint;

  standalone: cint;

  intSubset: xmlDtdPtr;

  extSubset: xmlDtdPtr;

  oldNs: xmlNsPtr;

  version: xmlCharPtr;

  encoding: xmlCharPtr;

  ids: pointer;

  refs: pointer;

  URL: xmlCharPtr;

  charset: cint;

  dict: xmlDictPtr;

  psvi: pointer;

end;


Documentation generated on: 2023-03-18