Gobo Eiffel XML Library
Copyright (c) 2004, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/04/10 12:39:55 $
$Revision: 1.6 $
-- Is URI stack empty?
-- Does Current support registering scheme resolvers?
-- Push a_uri onto the stack.
-- Register scheme.
-- Empty the stack then push a_uri onto the stack.
-- Resolve a system identifier to an input stream
-- on behalf of an XML parser.
-- (From XM_EXTERNAL_RESOLVER)
-- The parser has finished with the last resolved entity.
-- The previously resolved entity becomes the last resolved one.
-- Note: last_stream is not required to be restored accordingly.
-- (From XM_EXTERNAL_RESOLVER)
-- Resolve a public/system identified pair to an input stream.
-- (Default implementation: resolve using system ID only.)
-- (From XM_EXTERNAL_RESOLVER)
-- Did the last resolution attempt succeed?
-- (From XM_EXTERNAL_RESOLVER)
-- Is the media type available.
-- (From XM_RESOLVER_MEDIA_TYPE)
-- Media type, if available.
-- (From XM_RESOLVER_MEDIA_TYPE)
-- Last stream initialised from external entity.
-- (From XM_EXTERNAL_RESOLVER)
Resolvers that maintain a URI stack