init?(contentsOf : URL)
Initializes a parser with the XML content referenced by the given URL.
あるパーサーを初期化します、与えられたURLによって参照されるXML内容を使います。
init(stream: InputStream)
Initializes a parser with the XML contents from the specified stream and parses it..
あるパーサーを初期化します、指定されたストリームからそしてそれを構文解析するXML内容を使います。