Skip to main content

Module typed_builder

Module typed_builder 

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

SilentValidationSink
A ValidationSink that silently discards all errors and warnings.

Functions§

build_typed_document
Build a BufferDocument with schema bindings on every element and attribute.