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

parserDidStartDocument(_:)

Sent by the parser object to the delegate when it begins parsing a document. パーサーオブジェクトによって委任先へと送られます、それが書類の構文解析を開始する時に。

Declaration 宣言

optional func parserDidStartDocument(_ parser: XMLParser)

Parameters パラメータ

parser

A parser object. パーサーオブジェクト。

See Also 参照

Handling XML XMLを取り扱う

Related Documentation 関連文書