# File lib/builder/xmlbase.rb, line 80
80:     def text!(text)
81:       _text(_escape(text))
82:     end