method

write_document

write_document( node, output )
protected

No documentation available.

# File lib/rexml/formatters/default.rb, line 59
      def write_document( node, output )
        node.children.each { |child| write( child, output ) }
      end