Unit 'xqc' Package
[Overview][Constants][Types][Procedures and functions][Index] [#zorba]

XQC_Collection_s

Declaration

Source position: xqc.pas line 1731

type XQC_Collection_s = record

  get_name: function(

  collection: XQC_Collection;

  out name_item: XQC_Item

):XQUERY_ERROR;

  add_node: function(

  collection: XQC_Collection;

  node: XQC_Item

):XQUERY_ERROR;

  delete_node: function(

  collection: XQC_Collection;

  node: XQC_Item

):XQUERY_ERROR;

  add_sequence: function(

  collection: XQC_Collection;

  sequence: XQC_Sequence

):XQUERY_ERROR;

  add_document: function(

  collection: XQC_Collection;

  doc: pfile

):XQUERY_ERROR;

  add_document_char: function(

  collection: XQC_Collection;

  const doc: pchar

):XQUERY_ERROR;

  free: procedure(

  collection: XQC_Collection

);

  data: pointer;

end;


Documentation generated on: 2023-03-18