Contents

parser(_:foundExternalEntityDeclarationWithName:publicID:systemID:)

Sent by a parser object to its delegate when it encounters an external entity declaration.

Declaration

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

Parameters

  • parser:

    An NSXMLParser object parsing XML.

  • name:

    A string that is the name of an entity.

  • publicID:

    A string that specifies the public ID associated with entityName.

  • systemID:

    A string that specifies the system ID associated with entityName.

See Also

Related Documentation

Handling the DTD