readOPML (method)

Reads and parses an OPML file.

Syntax

- (void)readOPML:(NSString*)OPMLFile;
public func readOPML(_ OPMLFile: String) throws -> Void

Remarks

This method reads in the OPML file specified by OPMLFile. The class then parses the file and returns the data to the user in the OPMLHeader and OPMLOutline events.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]