Instance Property インスタンスプロパティ

rootDocument

Returns the XMLDocument object containing the root element and representing the XML document as a whole. XMLDocumentオブジェクトを返します、ルート要素を含んでいます、そしてXML書類を全体として表しています。

Declaration 宣言

var rootDocument: XMLDocument? { get }

Discussion 議論

If the receiver is a standalone node (that is, a node at the head of a detached branch of the tree), this method returns nil. レシーバが単独動作型ノードであるならば(すなわち、ツリーの分岐の頭でのあるノード)、このメソッドはnilを返します。

See Also 参照

Navigating the Tree of Nodes ノードのツリーを閲覧する