Type Method 型メソッド

element(withName:uri:)

Returns an element whose fully qualified name is specified. それの完全修飾名が指定されるある要素を返します。

Declaration 宣言

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

Parameters パラメータ

name

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

URI

A URI (Universal Resource Identifier) that qualifies name. あるURI(Universal Resource Identifier)それはnameを修飾します。

Return Value 戻り値

An XMLElement object or nil if the object cannot be created. あるXMLElementオブジェクト、またはnil、もしオブジェクトが作成できないならば。

Discussion 議論

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

See Also 参照

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