# File lib/sax-machine/handlers/sax_ox_handler.rb, line 37
    def text(value)
      _characters(value) if value && !value.empty?
    end