attributes property

List<XmlAttribute> attributes
inherited

Return the attribute nodes of this node in document order.

Implementation

List<XmlAttribute> get attributes => const [];