Skip to main content

Module builder

Module builder 

Source
Expand description

Document builder — core push API and quick-xml adapter.

BufferDocumentBuilder constructs a BufferDocument either through its low-level push API (start_element, attribute, text, …) or via the build() method which drives the push API from a quick-xml event stream.

Structs§

BufferDocumentBuilder
Builds a BufferDocument incrementally via a push API.