StylePattern

sealed class StylePattern

A persistent stylesheet maps unvalidated style patterns onto unvalidated style attributes. A StylePatternCompiler compiles a valid StylePattern with valid StyleAttributes into a ValidatedStylePattern.

Author

Todd L Smith

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The source text of the style pattern.

Functions

Link copied to clipboard

Determine the relative specificity of the receiver and the argument. The relative specificity of two patterns is determined according to the following criteria:

Link copied to clipboard
open override fun toString(): String