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