CompositePublicationParser
A composite PublicationParser which tries several parsers until it finds one which supports the asset.
Functions
Link copied to clipboard
open suspend override fun parse(asset: Asset, warnings: WarningLogger? = null): Try<Publication.Builder, PublicationParser.ParseError>
Constructs a Publication.Builder to build a Publication from a publication asset.