Gobo Eiffel XML Library
Copyright (c) 2004, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:45:03 $
$Revision: 1.3 $
-- Set parser.
-- Callbacks event interface to which events are forwarded;
-- If void, a null callback is created on startup.
-- (From XM_FORWARD_CALLBACKS)
-- Set callbacks to a_callbacks.
-- (From XM_CALLBACKS_SOURCE)
-- Text content.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- Attribute.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- End tag.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- Start of start tag.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- End of start tag.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- Processing comment.
-- Atomic: single comment produces single event
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- Processing instruction.
-- Default: forward event to 'next'.
-- (From XM_CALLBACKS)
-- XML declaration.
-- (From XM_CALLBACKS)
-- Called when parsing finished.
-- (From XM_CALLBACKS)
-- Called when parsing starts.
-- (From XM_CALLBACKS)
-- Has an error occurred?
-- (From XM_STOP_ON_ERROR_FILTER)
-- Error message
-- (From XM_STOP_ON_ERROR_FILTER)
-- 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)
Variant of XM_STOP_ON_ERROR_FILTER that also stops the parser if the error is not from the parser