# File lib/nokogiri/xml/document.rb, line 214
      def namespaces
        root ? root.namespaces : {}
      end