# File lib/uber-s3/util/xml_document.rb, line 18
    def method_missing(sym, *args, &block)
      @parser.send sym, *args, &block
    end