# File nqxml/entities.rb, line 132
 def initialize(text, source=nil)
	    super(source)
	    @text = text
	end