parser(_:foundUnparsedEntityDeclarationWithName:publicID:systemID:notationName:)
Sent by a parser object to its delegate when it encounters an unparsed entity declaration.
Declaration
optional func parser(_ parser: XMLParser, foundUnparsedEntityDeclarationWithName name: String, publicID: String?, systemID: String?, notationName: String?)Parameters
- parser:
An
NSXMLParserobject parsing XML. - name:
A string that is the name of the unparsed entity in the declaration.
- publicID:
A string specifying the public ID associated with the entity
name. - systemID:
A string specifying the system ID associated with the entity
name. - notationName:
A string specifying a notation of the declaration of entity
name.
See Also
Related Documentation
Handling the DTD
parser(_:foundAttributeDeclarationWithName:forElement:type:defaultValue:)parser(_:foundElementDeclarationWithName:model:)parser(_:foundExternalEntityDeclarationWithName:publicID:systemID:)parser(_:foundInternalEntityDeclarationWithName:value:)parser(_:foundNotationDeclarationWithName:publicID:systemID:)