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

removeNamespaceForPrefix:

Removes a namespace node that is identified by a given prefix. 与えられた接頭辞によって識別される名前空間ノードを取り除きます。

Declaration 宣言

- (void)removeNamespaceForPrefix:(NSString *)name;

Parameters パラメータ

name

A string that is the prefix for a namespace. ある文字列、それは名前空間に対する接頭辞です。

Discussion 議論

The removed XML node object is removed. 取り除かれるXMLノードオブジェクトは、取り除かれます。

See Also 参照

Handling Namespaces 名前空間を取り扱う