attributes property

  1. @override
XmlNodeList<XmlAttribute> attributes
finalinherited

Return the attribute nodes of this node in document order.

Implementation

@override
final XmlNodeList<XmlAttribute> attributes = XmlNodeList<XmlAttribute>();