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

addNamespace:

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

Declaration 宣言

- (void)addNamespace:(NSXMLNode *)aNamespace;

Parameters パラメータ

aNamespace

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

See Also 参照

Handling Namespaces 名前空間を取り扱う