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