Type Method
型メソッド
prefixForName:
Returns the prefix from the specified qualified 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
名前空間を管理する
localName
Returns the local name of the receiver.
レシーバのローカル名を返します。
+ localNameForName:
Returns the local name from the specified qualified name.
指定された修飾名からローカル名を返します。
prefix
Returns the prefix of the receiver’s name.
レシーバのもつ名前の接頭辞を返します。
Related Documentation
関連文書
+ predefinedNamespaceForPrefix:
Returns an NSXMLNode
object representing one of the predefined namespaces with the specified prefix.
NSXMLNode
オブジェクトを返します、指定された接頭辞を持つあらかじめ定義された名前空間の1つを表しています。