AvgContentParser

ContentParser implementation that parses AVG (Android Vector Graphics) XML content into IconFileContents using the XmlParser.

Constructors

Link copied to clipboard
constructor(logger: Logger)

Functions

Link copied to clipboard
open override fun parse(content: String, iconName: String, config: ParserConfig): IconFileContents

Parses the given content markup into an IconFileContents domain model.