var localName : String?
Returns the local name of the receiver.
レシーバのローカル名を返します。
var prefix: String?
Returns the prefix of the receiver’s name.
レシーバのもつ名前の接頭辞を返します。
class func prefix(forName : String) -> String?
Returns the prefix from the specified qualified name.
指定された修飾名から接頭辞を返します。