Instance Method インスタンスメソッド

initWithStream:

Initializes a parser with the XML contents from the specified stream and parses it.. あるパーサーを初期化します、指定されたストリームからそしてそれを構文解析するXML内容を使います。

Declaration 宣言

- (instancetype)initWithStream:(NSInputStream *)stream;

Parameters パラメータ

stream

The input stream. The content is incrementally loaded from the specified stream and parsed. The NSXMLParser will open the stream, and synchronously read from it without scheduling it. 入力ストリーム。内容は、その指定されたストリームから漸増的にロードされます、そして構文解析されます。NSXMLParserは、ストリームを開きます、そして同期的にそれから読み出します、それを予定することなしに。

Return Value 戻り値

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

See Also 参照

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