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

xmlUri

Declaration

Source position: uri.inc line 26

type xmlUri = record

  scheme: pchar;

  opaque: pchar;

  authority: pchar;

  server: pchar;

  user: pchar;

  port: cint;

  path: pchar;

  query: pchar;

  fragment: pchar;

  cleanup: cint;

  query_raw: pchar;

end;


Documentation generated on: 2023-03-18