Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:47:50 $
$Revision: 1.30 $
-- Create a new XML formatter.
-- Clear last_string.
Not meaningful now that streams are used
-- Output stream
-- Set output stream.
-- Process document using xmlns generator and pretty print filters.
-- (From XM_NODE_PROCESSOR)
-- Specify that node positions will not be kept.
position not supported in filters
-- Specify that node positions will be kept in a_pos_table.
position not supported in filters
-- Are node positions kept?
-- Process processing instruction a_pi.
-- (From XM_NODE_PROCESSOR)
Generators of XML documents from XML trees (wrapper for output filters)