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