# File nqxml/writer.rb, line 56
 def finishStartTag
	    @inStartTag = false
	    @io << '>'
	    @io << "\n" if @prettify
	end