# File nqxml/entities.rb, line 189
 def writeXMLTo(io, beforeChildren=true)
	    io << "<?#{name} #{text}?>" if beforeChildren
	end