Gobo Eiffel XML Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:45:03 $
$Revision: 1.14 $
-- Next is null processor.
-- (From XM_CALLBACKS_FILTER)
-- Set callbacks to a_callbacks.
-- (From XM_CALLBACKS_SOURCE)
-- Callbacks event interface to which events are forwarded;
-- If void, a null callback is created on startup.
-- (From XM_FORWARD_CALLBACKS)
-- Print processing instruction.
-- (From XM_CALLBACKS)
-- Print attribute.
-- (From XM_CALLBACKS)
-- Print end tag.
-- (From XM_CALLBACKS)
-- Print start of start tag.
-- (From XM_CALLBACKS)
-- Print end of start tag.
-- (From XM_CALLBACKS)
-- Text content.
-- NOT atomic: successive content may be different.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- Last output;
-- May be void if standard output or stream is used.
-- (From XM_OUTPUT)
-- Set output to standard output (Default).
-- (From XM_OUTPUT)
-- Set output to standard error.
-- (From XM_OUTPUT)
-- Initialize output to given string,
-- the result must still be collected from
-- last_output, which may be another string.
-- (From XM_OUTPUT)
-- Set output to new string.
-- (From XM_OUTPUT)
-- Set callbacks to a_callbacks.
-- (From XM_CALLBACKS_SOURCE)
-- Forward finish.
-- (From XM_CALLBACKS)
-- Forward start.
-- (From XM_CALLBACKS)
-- XML declaration.
-- (From XM_CALLBACKS)
-- Does this callback event consumer expect resolved
-- namespaces?
-- If True, it must be located downstream of a filter
-- or source producing resolved namespaces such
-- as XM_NAMESPACE_RESOLVER.
-- (From XM_CALLBACKS)
-- Is namespace resolved?
-- (From XM_CALLBACKS)
-- Is prefix in use?
-- (From XM_CALLBACKS)
-- Is this a valid local part string?
-- (From XM_CALLBACKS)
Pretty printer, output as XML document