Initializer

init(name:)

Returns an NSXMLElement object initialized with the specified name. あるNSXMLElementオブジェクトを返します、指定された名前で初期化されます。

Declaration 宣言

convenience init(name: String)

Parameters パラメータ

name

A string specifying the name of the element. 要素の名前を指定している文字列。

Return Value 戻り値

The initialized NSXMLElement object or nil if initialization did not succeed. 初期化されたNSXMLElementオブジェクト、またはnil、もし初期化がうまくいかなかったならば。

Discussion 議論

The XML string representation of this object is <name></name>. This method invokes init(name:uri:) with the URI parameter set to nil. このオブジェクトのXML文字列表現は、<name></name>です。このメソッドは、init(name:uri:)を発動します、nilに設定されるURIパラメータを使います。

See Also 参照

Initializing NSXMLElement Objects NSXMLElementオブジェクトを初期化する

Related Documentation 関連文書