Initializer

init(contentsOf:)

Initializes a parser with the XML content referenced by the given URL. あるパーサーを初期化します、与えられたURLによって参照されるXML内容を使います。

Declaration 宣言

convenience init?(contentsOf url: URL)

Parameters パラメータ

url

An NSURL object specifying a URL. The URL must be fully qualified and refer to a scheme that is supported by the NSURL class. あるURLを指定しているNSURLオブジェクト。URLは、完全修飾される、そしてNSURLクラスによってサポートされるあるスキームを参照する、必要があります。

Return Value 戻り値

An initialized NSXMLParser object or nil if an error occurs. 初期化されるNSXMLParserオブジェクトまたはエラーが発生するならばnil

See Also 参照

Initializing a Parser Object パーサーオブジェクトを初期化する

Related Documentation 関連文書