Contents

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