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

xmlElement

Declaration

Source position: tree.inc line 264

type xmlElement = record

  _private: pointer;

  _type: xmlElementType;

  name: xmlCharPtr;

  children: xmlNodePtr;

  last: xmlNodePtr;

  parent: xmlDtdPtr;

  next: xmlNodePtr;

  prev: xmlNodePtr;

  doc: xmlDocPtr;

  etype: xmlElementTypeVal;

  content: xmlElementContentPtr;

  attributes: xmlAttributePtr;

  prefix: xmlCharPtr;

  contModel: xmlRegexpPtr;

end;


Documentation generated on: 2023-03-18