Gobo Eiffel XML Library
Copyright (c) 2004, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:03 $
$Revision: 1.7 $
-- Create resolver with specified base URI.
-- Is URI stack empty?
-- (From XM_URI_EXTERNAL_RESOLVER)
-- Registered scheme resolvers.
-- Does Current support resgitering scheme resolvers?
-- (From XM_URI_EXTERNAL_RESOLVER)
-- Push a_uri onto the stack.
-- (From XM_URI_EXTERNAL_RESOLVER)
-- Empty the stack then push a_uri onto the stack.
-- (From XM_URI_EXTERNAL_RESOLVER)
-- Register scheme.
-- (From XM_URI_EXTERNAL_RESOLVER)
-- Resolve a URI into the context of the base URI.
-- (From XM_EXTERNAL_RESOLVER)
-- Get out of current URI scope.
-- (From XM_EXTERNAL_RESOLVER)
-- Resolve a_uri_reference on behalf of an application.
-- (From XM_URI_REFERENCE_RESOLVER)
-- Resolve an absolute URI.
-- 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)
-- Did the last resolution attempt succeed?
-- (From XM_URI_REFERENCE_RESOLVER)
-- Media type, if available.
-- (From XM_RESOLVER_MEDIA_TYPE)
-- Last stream initialised from external entity.
-- (From XM_EXTERNAL_RESOLVER)
-- System id used to actually open last_uri_reference_stream
-- (From XM_URI_REFERENCE_RESOLVER)
-- Last stream initialised from URI reference.
-- (From XM_URI_REFERENCE_RESOLVER)
URI resolver:handles relative URI resolution, delegates scheme specific URL resolution