Instance Property インスタンスプロパティ

namespaces

Sets all of the namespace nodes of the receiver at once, replacing any existing namespace nodes. レシーバの全ての名前空間ノードを一度に設定します、あらゆる既存の名前空間ノードを置き換えます。

Declaration 宣言

var namespaces: [XMLNode]? { get set }

Parameters パラメータ

namespaces

An array of XMLNode objects of kind XMLNode.Kind.namespace. If there are namespace nodes with the same prefix, the first attribute with that prefix is used. Send this message with namespaces as nil to remove all namespace nodes. 種類XMLNode.Kind.namespaceXMLNodeオブジェクトそれらからなるある配列。同じ接頭辞を持つ名前空間ノードがあるならば、その接頭辞を持つ最初の属性が使われます。このメッセージをnamespacesnilで送ることで、全ての名前空間ノードを取り除いてください。

See Also 参照

Handling Namespaces 名前空間を取り扱う