class Phlex::SGML

def flush

Other tags:
    Api: - private
def flush
	return if @_context.capturing
	target = @_context.target
	@_buffer << target.dup
	target.clear
end