Expand description
§XML Attribute Preservation System
This module provides comprehensive support for preserving all XML attributes, including unknown/proprietary ones, with proper namespace handling and deterministic ordering for canonical XML generation.
Structs§
- Attribute
Inheritance - Attribute inheritance model for nested elements
- Attribute
Map - Comprehensive attribute map with deterministic ordering
- QName
- Qualified Name (QName) representing a namespace-qualified XML name
Enums§
- Attribute
Error - Attribute-related errors
- Attribute
Merge Strategy - Strategy for merging attribute maps
- Attribute
Type - Attribute type hints for parsing
- Attribute
Value - Typed attribute value supporting various XML Schema types