# File rexml/doctype.rb, line 299
  def NotationDecl.parse_source source, listener
			md = source.match( PATTERN_RE, true )
			thing = md[0].squeeze " \t\n\r"
			#listener.send inspect.downcase, thing 
		    listener.notationdecl thing
		end