attributes property

  1. @override
XmlNodeList<XmlAttribute> attributes
final

Return the attribute nodes of this node in document order.

Implementation

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