All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.prof18.rssparser.internal.XmlParser.kt Maven / Gradle / Ivy

package com.prof18.rssparser.internal

import com.prof18.rssparser.model.RssChannel

internal interface XmlParser {
    suspend fun parseXML(input: ParserInput): RssChannel
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy