# File lib/www/mechanize/pluggable_parsers.rb, line 57
      def initialize
        @parsers = { CONTENT_TYPES[:html]   => Page,
                     CONTENT_TYPES[:xhtml]  => Page,
                     CONTENT_TYPES[:wap]    => Page,
        }
        @default = File
      end