# File lib/libxml/sax_parser.rb, line 8
      def self.file(path)
        context = XML::Parser::Context.file(path)
        self.new(context)
      end