onOPMLOutline (event)

Fired for each outline in the current OPML document.

Syntax

- (void)onOPMLOutline:(int)level :(NSString*)text :(NSString*)typeName :(NSString*)title :(NSString*)URL :(NSString*)XMLURL :(NSString*)HTMLURL :(NSString*)created :(NSString*)description :(NSString*)otherAttrs;
func onOPMLOutline(_ level: Int32, _ text: String, _ typeName: String, _ title: String, _ URL: String, _ XMLURL: String, _ HTMLURL: String, _ created: String, _ description: String, _ otherAttrs: String)

Remarks

This event is fired for each outline in the OPML document.

The Level parameter contains the depth of the current outline in the OPML document.

Each outline contains a "Text" attribute, which is parsed out, and returned in the Text parameter.

The "Type" attribute is a string that describes how the other attributes of the outline are interpreted, and is returned in the TypeName parameter.

The Title parameter refers to the title of the outline.

The URL parameter indicates the external location of the outline.

The XMLURL parameter is usually set to an RSS, Atom or OPML file.

The HTMLURL parameter specifies an "HTMLURL" attribute, which may be used instead of the "URL" attribute.

The Created parameter contains the date the outline node was created.

The OtherAttrs parameter contains a list of other attributes for the current outline. You must use the OPMLAttr method here to get the attribute's corresponding values from the parser.

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