Unit 'aprutil' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd22]

apr_xml_elem

Declaration

Source position: apr_xml.inc line 162

type apr_xml_elem = record

  name: PChar;

  ns: Integer;

  lang: PChar;

  first_cdata: apr_text_header;

  following_cdata: apr_text_header;

  parent: Papr_xml_elem;

  next: Papr_xml_elem;

  first_child: Papr_xml_elem;

  attr: Papr_xml_attr;

  last_child: Papr_xml_elem;

  ns_scope: Papr_xml_ns_scope;

  priv: Pointer;

end;


Documentation generated on: 2023-03-18