# File lib/xml/util/xmlcanonicalizer.rb, line 360
        def write_text_node(node, visible)
          if (visible)
            @res = @res + normalize_string(node.value(), node.node_type())
          end
        end