Instance Method インスタンスメソッド

initWithRootElement:

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

Declaration 宣言

- (instancetype)initWithRootElement:(NSXMLElement *)element;

Parameters パラメータ

root

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

Return Value 戻り値

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

See Also 参照

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