# File lib/nokogiri/xml/node.rb, line 243 def content= string, encode = true self.native_content = encode_special_chars(string) end