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

parserDidEndDocument(_:)

Sent by the parser object to the delegate when it has successfully completed parsing. パーサーオブジェクトによって委任先へと送られます、それが書類の構文解析を成功裏に完了した時に。

Declaration 宣言

optional func parserDidEndDocument(_ parser: XMLParser)

Parameters パラメータ

parser

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

See Also 参照

Handling XML XMLを取り扱う