# File rexml/sax2parser.rb, line 154
  def text text
			handle( text:text, text ) { |ob| 
				ob.characters( text ) 
			}
		end