Class

NSXMLParser

An event driven parser of XML documents (including DTD declarations). XML文書(DTD宣言を含む)のイベント駆動パーサ。

Declaration 宣言

@interface NSXMLParser : NSObject

Overview 概要

An NSXMLParser notifies its delegate about the items (elements, attributes, CDATA blocks, comments, and so on) that it encounters as it processes an XML document. It does not itself do anything with those parsed items except report them. It also reports parsing errors. For convenience, an NSXMLParser object in the following descriptions is sometimes referred to as a parser object. Unless used in a callback, the NSXMLParser is a thread-safe class as long as any given instance is only used in one thread. NSXMLParserは、それの委任先に、それがXML書類を処理するにつれてそれが出くわす項目(要素、属性、CDATAブロック、コメント、など)について通知します。それはそれ自身では、それら構文解析した項目で何もしません、それらを報告することを除いて。それはまた、構文解析エラーを報告します。便宜上、以下の記述でのNSXMLParserオブジェクトは、時にはパーサーオブジェクトとして参照されます。コールバックにおいて使用したのでない限り、NSXMLParserはスレッド安全クラスです、なんであれ与えられたインスタンスが1つのスレッドにおいて使われるだけであれば。

Topics 話題

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

Managing Delegates 委任先を管理する

Managing Parser Behavior パーサー挙動を管理する

Parsing 構文解析

Obtaining Parser State パーサー状態を入手する

Constants 定数

Instance Properties インスタンスプロパティ

Relationships 関係

Inherits From 継承元

See Also 参照

Event-Based Processing イベント基盤の処理