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

xmlError

Declaration

Source position: xmlerror.inc line 70

type xmlError = record

  domain: cint;

  code: cint;

  message: pchar;

  level: xmlErrorLevel;

  _file: pchar;

  line: cint;

  str1: pchar;

  str2: pchar;

  str3: pchar;

  int1: cint;

  int2: cint;

  ctxt: pointer;

  node: pointer;

end;


Documentation generated on: 2023-03-18