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