Parsing

data class Parsing(val message: String) : ConversionStep(source)

Represents the parsing step in the icon conversion process.

This step occurs when the icon file is being parsed to extract its structure and content. Parsing involves reading and interpreting the icon file format (such as SVG or other vector formats) to build an internal representation that can be further processed in subsequent conversion steps.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A descriptive message providing information about the current parsing operation.