Map<String, String> get attributes => node.attributes.map((key, value) { return MapEntry(key.toString(), value); });