# File lib/builder/xmlbase.rb, line 95
95:     def text!(text)
96:       _text(_escape(text))
97:     end