# File lib/nokogiri/xml/sax/parser.rb, line 107
        def parse_memory data
          ctx = ParserContext.memory data
          yield ctx if block_given?
          ctx.parse_with self
        end