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.7 $
-- Do nothing.
-- Called when parsing finished.
-- (From XM_CALLBACKS)
-- Called when parsing starts.
-- (From XM_CALLBACKS)
-- XML declaration.
-- (From XM_CALLBACKS)
-- Processing comment.
-- Atomic: single comment produces single event
-- (From XM_CALLBACKS)
-- Processing instruction.
-- (From XM_CALLBACKS)
-- Start of attribute.
-- (From XM_CALLBACKS)
-- End tag.
-- (From XM_CALLBACKS)
-- Start of start tag.
-- (From XM_CALLBACKS)
-- End of start tag.
-- (From XM_CALLBACKS)
-- Text content.
-- (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)
Do nothing callback event interface