# File lib/uber-s3/util/xml_document.rb, line 29
      def xpath(path)
        REXML::XPath.match(doc.root, path)
      end