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