Expand description
Schema-aware document builder.
build_typed_document constructs a BufferDocument while interleaving
validation calls so that each element and attribute node carries a
NodeSchemaBinding (type key, declaration keys, content type).
Structs§
- Silent
Validation Sink - A
ValidationSinkthat silently discards all errors and warnings.
Functions§
- build_
typed_ document - Build a
BufferDocumentwith schema bindings on every element and attribute.