attributes property
Return the attribute nodes of this node in document order.
Implementation
@override
final XmlNodeList<XmlAttribute> attributes = XmlNodeList<XmlAttribute>();
Return the attribute nodes of this node in document order.
@override
final XmlNodeList<XmlAttribute> attributes = XmlNodeList<XmlAttribute>();