Instance Method
インスタンスメソッド
initWithStream:
Initializes a parser with the XML contents from the specified stream and parses it..
あるパーサーを初期化します、指定されたストリームからそしてそれを構文解析するXML内容を使います。
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
パーサーオブジェクトを初期化する
- initWithContentsOfURL:
Initializes a parser with the XML content referenced by the given URL.
あるパーサーを初期化します、与えられたURLによって参照されるXML内容を使います。
- initWithData:
Initializes a parser with the XML contents encapsulated in a given data object.
あるパーサーを初期化します、与えられたデータオブジェクトの中にカプセル化されるXML内容を使います。