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

setAttributesAs(_:)

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

Declaration 宣言

func setAttributesAs(_ attributes: [AnyHashable : Any])

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 not removed. メソッドはこれら名前とオブジェクト値を使って、種類XMLNode.Kind.attributeXMLNodeオブジェクトを作成します。既存の属性は、取り除かれません。

See Also 参照

Handling Attributes 属性を取り扱う