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

setAttributesWithDictionary:

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

Declaration 宣言

- (void)setAttributesWithDictionary:(NSDictionary<NSString *,NSString *> *)attributes;

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 NSXMLNode objects of kind NSXMLAttributeKind. Existing attributes are removed. メソッドはこれら名前とオブジェクト値を使って、種類NSXMLAttributeKindNSXMLNodeオブジェクトを作成します。既存の属性は取り除かれます。

See Also 参照

Handling Attributes 属性を取り扱う