Instance Method インスタンスメソッド

setAttributesWith(_:)

Sets the attributes of the receiver based on the key-value pairs specified in the passed dictionary. レシーバの属性を設定します、渡された辞書において指定されたキー値ペアに基づきます。

Declaration 宣言

func setAttributesWith(_ attributes: [String : String])

Parameters パラメータ

attributes

A dictionary of key-value pairs where the attribute name is the key and the object value of the attribute is the dictionary value. キー値ペアからなるある辞書、そこにおいて属性名はキーです、そして属性のオブジェクト値は、辞書の値です。

Discussion 議論

The method uses these names and object values to create XMLNode objects of kind XMLNode.Kind.attribute. Existing attributes are removed. メソッドはこれら名前とオブジェクト値を使って、種類XMLNode.Kind.attributeXMLNodeオブジェクトを作成します。既存の属性は取り除かれます。

See Also 参照

Handling Attributes 属性を取り扱う