Gobo Eiffel XML Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/01/21 16:50:03 $
$Revision: 1.13 $
-- Called when parsing finished.
-- Called when parsing starts.
-- XML declaration.
-- Event producer detected an error.
-- Processing a comment.
-- Atomic: single comment produces single event
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- Processing instruction.
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- Start of attribute.
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- End tag.
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- Start of start tag.
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- End of start tag.
-- Text content.
-- NOT atomic: two on_content events may follow each other
-- without a markup event in between.
-- Warning: strings may be polymorphic, see XM_STRING_MODE.
-- Is namespace resolved?
-- Is prefix in use?
-- Is this a valid local part string?
-- 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.
Callback interface for core content XML events