Type Method 型メソッド

predefinedNamespaceForPrefix:

Returns an NSXMLNode object representing one of the predefined namespaces with the specified prefix. NSXMLNodeオブジェクトを返します、指定された接頭辞を持つあらかじめ定義された名前空間の1つを表しています。

Declaration 宣言

+ (NSXMLNode *)predefinedNamespaceForPrefix:(NSString *)name;

Parameters パラメータ

name

A string specifying a prefix for a predefined namespace, for example “xml”, “xs”, or “xsi”. あらかじめ定義された名前空間に対する接頭辞を指定している文字列、例えば “xml”、“xs”、または “xsi”。

Return Value 戻り値

An NSXMLNode object of kind NSXMLNamespaceKind or nil if the object couldn't be created. If something other than a predefined-namespace prefix is specified, the method returns nil. 種類NSXMLNamespaceKindNSXMLNodeオブジェクト、またはnil、もしオブジェクトが作成できなかったならば。あらかじめ定義された名前空間より他の何かが指定されるならば、メソッドはnilを返します。

See Also 参照

Creating and Initializing Node Objects ノードオブジェクトの作成と初期化

Related Documentation 関連文書