OPMLHeader Event

Fired for each value in the Header section of the current OPML document.

Syntax

public open class DefaultRssEventListener : RssEventListener {
  ...
  public override fun opmlHeader(e: RssOPMLHeaderEvent) {}
  ...
}

public class RssOPMLHeaderEvent {
  val field: String?
  val value: String?
}

Remarks

This event is fired when the component is parsing an OPML document after a call to ReadOPML is made. The component parses each header field and value from the OPML document and fires OPMLHeader once for each header present.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]