Описание тега streamingmarkupbuilder
A builder class used for creating XML document markup. The implementation of this class uses a `StreamingMarkupWriter` to handle the output results.
A builder class used for creating XML document markup. The implementation of this class uses a StreamingMarkupWriter
to handle the output results. The bind()
method of StreamingMarkupBuilder
class returns a Writable
instance that may be used to stream the markup to a Writer
, in addition to capturing the output in a String
.