Type Method 型メソッド

localNameForName:

Returns the local name from the specified qualified name. 指定された修飾名からローカル名を返します。

Declaration 宣言

+ (NSString *)localNameForName:(NSString *)name;

Parameters パラメータ

qName

A string that is a qualified name. ある文字列、それは修飾名です。

Discussion 議論

For example, if the qualified name is “bst:title”, this method returns “title”. 例えば、修飾名が “bst:title” ならば、このメソッドは “title” を返します。

See Also 参照

Managing Namespaces 名前空間を管理する

Related Documentation 関連文書