Modules§
- attribute_
standard - Attribute standardization and validation for unified naming across widgets.
- error
- gradient
- Gradient parsing utilities
- lexer
- style_
parser - Style attribute parsing
- theme_
parser - Theme and style class parsing
Structs§
- Validation
Warning - Warning about a widget requiring a higher schema version than declared.
Constants§
- MAX_
SUPPORTED_ VERSION - Maximum schema version supported by this framework release.
Functions§
- parse
- Parse XML markup into a DampenDocument.
- parse_
comma_ separated - Parse comma-separated list into Vec
- parse_
enum_ value - Parse a simple enum value (case-insensitive) and return the matched variant
- parse_
version_ string - Parse a version string in “major.minor” format into a SchemaVersion.
- validate_
no_ circular_ dependencies - Validates that there are no circular dependencies in UI file includes.
- validate_
version_ supported - Validate that a parsed version is supported by this framework.
- validate_
widget_ versions - Validate that all widgets in the document are compatible with the declared schema version.