class REXML::Formatters::Default

def write_text( node, output )

def write_text( node, output )
  output << node.to_s()
end