Type Method 型メソッド

element(withName:)

Returns an XMLElement object with a given tag identifier, or name XMLElementオブジェクトを返します、与えられたタグ識別子、または名前を持ちます。

Declaration 宣言

class func element(withName name: String) -> Any

Parameters パラメータ

name

A string that is the name (or tag identifier) of an element. ある文字列、それは要素の名前(またはタグ識別子)です。

Return Value 戻り値

An NSXMLElement object or nil if the object couldn't be created. あるNSXMLElementオブジェクト、またはnil、もしオブジェクトが作成できなかったならば。

Discussion 議論

The equivalent XML markup is <name></name>. 同等のXMLマークアップは、<name></name>です。

See Also 参照

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