Contents

parser(_:foundComment:)

Sent by a parser object to its delegate when it encounters a comment in the XML.

Declaration

optional func parser(_ parser: XMLParser, foundComment comment: String)

Parameters

  • parser:

    An NSXMLParser object parsing XML.

  • comment:

    A string that is a the content of a comment in the XML.

See Also

Handling XML