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

xmlAttribute

Declaration

Source position: tree.inc line 185

type xmlAttribute = record

  _private: pointer;

  _type: xmlElementType;

  name: xmlCharPtr;

  children: xmlNodePtr;

  last: xmlNodePtr;

  parent: xmlDtdPtr;

  next: xmlNodePtr;

  prev: xmlNodePtr;

  doc: xmlDocPtr;

  nexth: xmlAttributePtr;

  atype: xmlAttributeType;

  def: xmlAttributeDefault;

  defaultValue: xmlCharPtr;

  tree: xmlEnumerationPtr;

  prefix: xmlCharPtr;

  elem: xmlCharPtr;

end;


Documentation generated on: 2023-03-18