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

addNamespace(_:)

Adds a namespace node to the receiver. ある名前空間ノードをレシーバへと加えます。

Declaration 宣言

func addNamespace(_ aNamespace: XMLNode)

Parameters パラメータ

aNamespace

An XML node object of kind XMLNode.Kind.namespace. If the receiver already has a namespace with the same name, aNamespace is not added. 種類XMLNode.Kind.namespaceのXMLノードオブジェクト。レシーバが既に同じ名前での名前空間を持つならば、aNamespaceは加えられません。

See Also 参照

Handling Namespaces 名前空間を取り扱う