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