Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:04 $
$Revision: 1.2 $
-- 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)
-- Disable position table.
-- Enable position table, store the position
-- for each node into 'last_position_table', using the
-- positions from the source of the callbacks.
-- Is position table enabled?
-- Position table
-- Reset.
-- (From XM_CALLBACKS)
-- Add attribute.
-- (From XM_CALLBACKS)
-- Character data
-- (From XM_CALLBACKS)
-- End tag
-- (From XM_CALLBACKS)
-- Processing instruction.
-- (From XM_CALLBACKS)
-- called whenever the parser findes a start element.
-- (From XM_CALLBACKS)
-- Set callbacks to a_callbacks.
-- (From XM_CALLBACKS_SOURCE)
-- End of start tag.
-- (From XM_CALLBACKS)
-- Forward finish.
-- (From XM_CALLBACKS)
-- XML declaration.
-- (From XM_CALLBACKS)
-- Resulting document
-- Namespaces required
-- (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)
Callbacks filters producing trees