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

XQC_Item_s

Declaration

Source position: xqc.pas line 916

type XQC_Item_s = record

  string_value: function(

  item: XQC_Item;

  out string_value: pchar

):XQUERY_ERROR;

  prefix: function(

  item: XQC_Item;

  out prefix: pchar

):XQUERY_ERROR;

  ns: function(

  item: XQC_Item;

  out ns: pchar

):XQUERY_ERROR;

  localname: function(

  item: XQC_Item;

  out local_name: pchar

):XQUERY_ERROR;

  boolean_value: function(

  item: XQC_Item;

  out bool_value: cint

):XQUERY_ERROR;

  nan: function(

  item: XQC_Item;

  out is_nan: cint

):XQUERY_ERROR;

  pos_or_neg_inf: function(

  item: XQC_Item;

  out pos_or_neg_inf: cint

):XQUERY_ERROR;

  free: procedure(

  item: XQC_Item

);

  data: pointer;

end;


Documentation generated on: 2023-03-18