init?(contentsOf : URL)
Initializes a parser with the XML content referenced by the given URL.
あるパーサーを初期化します、与えられたURLによって参照されるXML内容を使います。
init(data: Data)
Initializes a parser with the XML contents encapsulated in a given data object.
あるパーサーを初期化します、与えられたデータオブジェクトの中にカプセル化されるXML内容を使います。