init(contentsOf : URL, options: XMLNode.Options)
Initializes and returns an NSXMLDocument object created from the XML or HTML contents of a URL-referenced source
あるNSXMLDocumentオブジェクトを初期化して返します、URL参照されたソースのXMLまたはHTML内容から作成されます。
init(rootElement : XMLElement?)
Returns an
NSXMLDocument
object initialized with a single child, the root element.
あるNSXMLDocument
オブジェクトを返します、単一の子、ルート要素で初期化されます。
init(xmlString : String, options: XMLNode.Options)
Initializes and returns an
NSXMLDocument
object created from a string containing XML markup text.
あるNSXMLDocument
オブジェクトを初期化して返します、XMLマークアップテキストを含んでいる文字列から作成されます。