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