Initializer

init(rootElement:)

Returns an NSXMLDocument object initialized with a single child, the root element. あるNSXMLDocumentオブジェクトを返します、単一の子、ルート要素で初期化されます。

Declaration 宣言

init(rootElement element: XMLElement?)

Parameters パラメータ

root

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

Return Value 戻り値

An initialized NSXMLDocument object, or nil if initialization fails for any reason.

See Also 参照

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