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