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
NSXMLParserobject 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
parser(_:foundAttributeDeclarationWithName:forElement:type:defaultValue:)parser(_:foundElementDeclarationWithName:model:)parser(_:foundExternalEntityDeclarationWithName:publicID:systemID:)parser(_:foundInternalEntityDeclarationWithName:value:)parser(_:foundUnparsedEntityDeclarationWithName:publicID:systemID:notationName:)