Type Method 型メソッド

prefixForName:

Returns the prefix from the specified qualified name. 指定された修飾名から接頭辞を返します。

Declaration 宣言

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

Parameters パラメータ

qName

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

Discussion 議論

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

See Also 参照

Managing Namespaces 名前空間を管理する

Related Documentation 関連文書