Type Method 型メソッド

text(withStringValue:)

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

Declaration 宣言

class func text(withStringValue stringValue: String) -> Any

Parameters パラメータ

value

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

Return Value 戻り値

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

See Also 参照

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