# File lib/builder/xmlbase.rb, line 100
100:     def text!(text)
101:       _text(_escape(text))
102:     end