attributes property
Return the attribute nodes of this node in document order.
Implementation
List<XmlAttribute> get attributes => const [];
Return the attribute nodes of this node in document order.
List<XmlAttribute> get attributes => const [];