Type Method 型メソッド

localName(forName:)

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

Declaration 宣言

class func localName(forName name: String) -> String

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 関連文書