Type Method 型メソッド

document(withRootElement:)

Returns an XMLDocument object initialized with a given root element. XMLDocumentオブジェクトを返します、与えられたルート要素で初期化されます。

Declaration 宣言

class func document(withRootElement element: XMLElement) -> Any

Parameters パラメータ

element

An XMLElement object representing an element. ある要素を表しているXMLElementオブジェクト。

Return Value 戻り値

An NSXMLDocument object initialized with the root element element or nil if the object couldn't be created. あるNSXMLDocumentオブジェクト、そのルート要素elementで初期化されます、またはnil、もしオブジェクトが作成できなかったならば。

See Also 参照

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