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

xmlNode

Declaration

Source position: tree.inc line 397

type xmlNode = record

  _private: pointer;

  _type: xmlElementType;

  name: xmlCharPtr;

  children: xmlNodePtr;

  last: xmlNodePtr;

  parent: xmlNodePtr;

  next: xmlNodePtr;

  prev: xmlNodePtr;

  doc: xmlDocPtr;

  ns: xmlNsPtr;

  content: xmlCharPtr;

  properties: xmlAttrPtr;

  nsDef: xmlNsPtr;

  psvi: pointer;

  line: cushort;

  extra: cushort;

end;


Documentation generated on: 2023-03-18