# File rexml/sax2parser.rb, line 224
  def notationdecl content
			if @has_listeners
				handle( notationdecl:notationdecl, content ) { |ob| ob.notationdecl( content ) }
			else
				handle( notationdecl:notationdecl, content )
			end
		end