Package groovy.xml.streamingmarkupsupport


package groovy.xml.streamingmarkupsupport

XmlBuilder related classes to support streaming XML.

  • Classes
    Class
    Description
    Runtime support for StreamingMarkupBuilder closures bound to namespace-aware tag handlers.
    Base support for streaming markup builders that dispatch tags through namespace-specific closures.
    Base class for bound markup documents produced by Builder.bind(Closure).
    Writer used by streaming markup support to escape XML lazily while honoring output encoding limits.