# File lib/whois/record/parser/whois.registry.qa.rb, line 102
          def contact(element, type)
            node("#{element} ID") do |raw|
              Record::Contact.new(
                :type         => type,
                :id           => node("#{element} ID"),
                :name         => node("#{element} Name"),
                :email        => node("#{element} Email")
              )
            end
          end