class Nokogiri::XML::SAX::Parser

def parse_memory data

def parse_memory data
  ctx = ParserContext.memory data
  yield ctx if block_given?
  ctx.parse_with self
end