Initializer
init(contentsOf:options:)
Initializes and returns an NSXMLDocument object created from the XML or HTML contents of a URL-referenced source
あるNSXMLDocumentオブジェクトを初期化して返します、URL参照されたソースのXMLまたはHTML内容から作成されます。
Parameters
パラメータ
url
An NSURL
object specifying a URL source.
URLソースを指定しているNSURL
オブジェクト。
mask
A bit mask for input options. You can specify multiple options by bit-OR'ing them. See Constants for a list of valid input options.
入力オプションに対するビットマスク。あなたは、複数のオプションを指定することが、それらをビットORすることによって可能です。定数を有効な入力オプションの一覧として見てください。
error
An error object that, on return, identifies any parsing errors and warnings or connection problems.
あるエラーオブジェクト、それは、戻りでは、あらゆる構文解析エラーおよび警告または接続問題を識別します。
Return Value
戻り値
An initialized NSXMLDocument
object, or nil
if initialization fails because of parsing errors or other reasons.
初期化されたNSXMLDocument
オブジェクト、またはnil
、もし初期化が構文解析エラーまたは他の理由のために失敗するならば。
See Also
参照
Initializing NSXMLDocument Objects
NSXMLDocumentオブジェクトを初期化する
init(rootElement: XMLElement?)
Returns an NSXMLDocument
object initialized with a single child, the root element.
あるNSXMLDocument
オブジェクトを返します、単一の子、ルート要素で初期化されます。
Related Documentation
関連文書