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

xmlAttr

Declaration

Source position: tree.inc line 350

type xmlAttr = record

  _private: pointer;

  _type: xmlElementType;

  name: xmlCharPtr;

  children: xmlNodePtr;

  last: xmlNodePtr;

  parent: xmlNodePtr;

  next: xmlAttrPtr;

  prev: xmlAttrPtr;

  doc: xmlDocPtr;

  ns: xmlNsPtr;

  atype: xmlAttributeType;

  psvi: pointer;

end;


Documentation generated on: 2023-03-18