Contents

parser(_:foundNotationDeclarationWithName:publicID:systemID:)

Sent by a parser object to its delegate when it encounters a notation declaration.

Declaration

optional func parser(_ parser: XMLParser, foundNotationDeclarationWithName name: String, publicID: String?, systemID: String?)

Parameters

  • parser:

    An NSXMLParser object parsing XML.

  • name:

    A string that is the name of the notation.

  • publicID:

    A string specifying the public ID associated with the notation name.

  • systemID:

    A string specifying the system ID associated with the notation name.

See Also

Handling the DTD