Type Method 型メソッド

textWithStringValue:

Returns an NSXMLNode object representing a text node with specified content. NSXMLNodeオブジェクトを返します、指定された内容を持つテキストノードを表しています。

Declaration 宣言

+ (id)textWithStringValue:(NSString *)stringValue;

Parameters パラメータ

value

A string that is the textual content of the node. ある文字列、それはそのノードのテキスト内容です。

Return Value 戻り値

An NSXMLNode object of kind NSXMLTextKind initialized with the textual value or nil if the object couldn't be created. あるNSXMLNodeオブジェクト、種類NSXMLTextKindの、テキストのvalueで初期化されます、またはnil、もしオブジェクトが作成できなかったならば。

See Also 参照

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