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