func rootElement () -> XMLElement?
Returns the root element of the receiver.
レシーバのルート要素を返します。
Availability 有効性
Technology
func setRootElement(_ root: XMLElement
)
root
As a side effect, this method removes all other children, including NSXMLNode
objects representing comments and processing-instructions.
副作用として、このメソッドは全ての子を取り除きます、コメントと処理命令を表しているNSXMLNode
オブジェクトそれらを含めて。
func rootElement () -> XMLElement?