parserDidEndDocument(_:)
Sent by the parser object to the delegate when it has successfully completed parsing.
Declaration
optional func parserDidEndDocument(_ parser: XMLParser)Parameters
- parser:
A parser object.
See Also
Handling XML
parserDidStartDocument(_:)parser(_:didStartElement:namespaceURI:qualifiedName:attributes:)parser(_:didEndElement:namespaceURI:qualifiedName:)parser(_:didStartMappingPrefix:toURI:)parser(_:didEndMappingPrefix:)parser(_:resolveExternalEntityName:systemID:)parser(_:parseErrorOccurred:)parser(_:validationErrorOccurred:)parser(_:foundCharacters:)parser(_:foundIgnorableWhitespace:)parser(_:foundProcessingInstructionWithTarget:data:)parser(_:foundComment:)parser(_:foundCDATA:)