# File nqxml/entities.rb, line 152
 def writeXMLTo(io, beforeChildren=true)
	    if beforeChildren
		io << @source if @source
		io << NQXML.encode(@text) if !@source
	    end
	end