Instance Property インスタンスプロパティ

localName

Returns the local name of the receiver. レシーバのローカル名を返します。

Declaration 宣言

@property(nullable, readonly, copy) NSString *localName;

Return Value 戻り値

A string containing the local name of the receiver. レシーバのローカル名を含んでいる文字列。

Discussion 議論

The local name is the part of a node name that follows a namespace-qualifying colon or the full name if there is no colon. For example, “chapter” is the local name in the qualified name “acme:chapter”. ローカル名は、ノード名の一部です、それは名前空間修飾のコロンに続きます、または完全な名前です、もしコロンがないならば。例えば、“chapter” は、修飾名 “acme:chapter” の中のローカル名です。

See Also 参照

Managing Namespaces 名前空間を管理する