Module attributes

Module attributes 

Source
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§

AttributeInheritance
Attribute inheritance model for nested elements
AttributeMap
Comprehensive attribute map with deterministic ordering
QName
Qualified Name (QName) representing a namespace-qualified XML name

Enums§

AttributeError
Attribute-related errors
AttributeMergeStrategy
Strategy for merging attribute maps
AttributeType
Attribute type hints for parsing
AttributeValue
Typed attribute value supporting various XML Schema types