# File nqxml/writer.rb, line 155 def entityReference(isParam, name) finishStartTag() if @inStartTag @io << "#{isParam ? '%' : '&'}#{name};" end