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§
- Buffer
Document Builder - Builds a
BufferDocumentincrementally via a push API.