# File nqxml/entities.rb, line 282
 def writeXMLTo(io, beforeChildren=true)
	    if beforeChildren
		io << @source
	    end
	end