| Class | Description |
|---|---|
| AbstractStreamingBuilder | Base support for streaming XML builders that manage namespaces and special mkp helper tags. |
| BaseMarkupBuilder | Runtime support for StreamingMarkupBuilder closures bound to namespace-aware tag handlers. |
| Builder | Base support for streaming markup builders that dispatch tags through namespace-specific closures. |
| Builder.Built | Base class for bound markup documents produced by bind(Closure). |
| StreamingMarkupWriter | Writer used by streaming markup support to escape XML lazily while honoring output encoding limits. |