attributes property

Map<String, String> get attributes

The XML Attributes of the current node in the tree.

Implementation

Map<String, String> get attributes => _currentAttributes;