Gobo Eiffel XML Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/06/04 22:34:27 $
$Revision: 1.17 $
-- Last output;
-- May be void if standard output or stream is used.
-- Set output to standard output (Default).
-- Set output to standard error.
-- Set output to stream.
-- Initialize output to given string,
-- the result must still be collected from
-- last_output, which may be another string.
-- Set output to new string.
-- Output string.
-- All output from descendants should go through this for
-- convenient redefinition.
Output facility switchable between in-memory string and standard output