Contents

parser(_:foundInternalEntityDeclarationWithName:value:)

Sent by a parser object to the delegate when it encounters an internal entity declaration.

Declaration

optional func parser(_ parser: XMLParser, foundInternalEntityDeclarationWithName name: String, value: String?)

Parameters

  • parser:

    An NSXMLParser object parsing XML.

  • name:

    A string that is the declared name of an internal entity.

  • value:

    A string that is the value of entity name.

See Also

Handling the DTD