Contents

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

Related Documentation

  • Event-Driven XML Programming Guide

Handling XML