class Phlex::SGML

def flush

def flush
	return if @_context.capturing
	buffer = @_context.buffer
	@_buffer << buffer.dup
	buffer.clear
end