attributes property

  1. @override
XmlNodeList<XmlAttribute> attributes
latefinal

Return the attribute nodes of this node in document order.

Implementation

@override
late final XmlNodeList<XmlAttribute> attributes = XmlNodeList(this, {
  XmlNodeType.ATTRIBUTE,
});