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

xmlParserInput

Declaration

Source position: libxmlparser.inc line 50

type xmlParserInput = record

  buf: xmlParserInputBufferPtr;

  filename: pchar;

  directory: pchar;

  base: xmlCharPtr;

  cur: xmlCharPtr;

  _end: xmlCharPtr;

  length: cint;

  line: cint;

  col: cint;

  consumed: culong;

  free: xmlParserInputDeallocate;

  encoding: xmlCharPtr;

  version: xmlCharPtr;

  standalone: cint;

  id: cint;

end;


Documentation generated on: 2023-03-18