# File nqxml/entities.rb, line 122
 def to_s
	    return isTagEnd ? "</#{name}>" :
		"<#{name}" << attributesToString() << ">"
	end