Type Method 型メソッド

document()

Returns an empty document node. ある空の書類ノードを返します。

Declaration 宣言

class func document() -> Any

Return Value 戻り値

An empty document node—that is, an XMLDocument instance without a root element or XML-declaration information (version, encoding, standalone flag). Returns nil if the object couldn't be created. 空の書類ノード — すなわち、ルート要素なしのXMLDocumentインスタンス、またはXML宣言情報(バージョン、符号化、単独動作型フラグ)。nilを返します、もしオブジェクトが作成できなかったならば。

See Also 参照

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