Gobo Eiffel XML Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:45:02 $
$Revision: 1.15 $
-- 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)
-- Attribute declaration, one event per attribute.
-- (From XM_DTD_CALLBACKS)
-- Last DTD event.
-- (From XM_DTD_CALLBACKS)
-- PI.
-- (From XM_DTD_CALLBACKS)
-- Element declaration.
-- (From XM_DTD_CALLBACKS)
-- Notation declaration.
-- (From XM_DTD_CALLBACKS)
-- Remove from defaults attributes which are explicitely
-- declared.
-- (From XM_CALLBACKS)
-- Start of start tag.
-- Store name of current element.
-- (From XM_CALLBACKS)
-- Issue default attributes.
-- (From XM_CALLBACKS)
-- Set callbacks to a_callbacks.
-- (From XM_CALLBACKS_SOURCE)
-- Forward content.
-- (From XM_CALLBACKS)
-- End tag.
-- (From XM_CALLBACKS)
-- Forward PI.
-- (From XM_CALLBACKS)
-- 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)
Fill default attribute values