attributes
Sets all attributes of the receiver at once, replacing any existing attribute nodes.
Declaration
var attributes: [XMLNode]? { get set }Parameters
Discussion
To set attributes in an element node using an NSDictionary object as the input parameter, see setAttributesWith(_:).