# File nqxml/writer.rb, line 49
 def write(str)
	    return if str.nil? || str.empty?
	    finishStartTag() if @inStartTag
	    @io << NQXML.encode(str)
	end