Gobo Eiffel XML Library
Copyright (c) 2004, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:01 $
$Revision: 1.15 $
-- Establish invariant.
-- Execution environment
-- (From KL_SHARED_EXECUTION_ENVIRONMENT)
-- Path to directory containing latest schemas
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- OASIS XML Catalogs DTD
-- OASIS XML Catalogs DTD, version 1.09
-- Public identifier for OASIS XML Catalog files
-- Public identifier for OASIS XML Catalog files, version 1.0
-- Path to OASIS XML Catalogs RELAX NG grammar
-- Path to OASIS XML Catalogs RELAX NG grammar, version 1.0
-- URI of the RELAX NG Grammar for OASIS XML Catalog files
-- URI of the RELAX NG Grammar for OASIS XML Catalog files, version 1.0
-- System identifier for OASIS XML Catalog files
-- System identifier for OASIS XML Catalog files, version 1.0
-- OASIS XML Catalogs W3C schema
-- OASIS XML Catalogs W3C schema, version 1.0
-- URI of the latest W3C XML Schema for OASIS XML Catalog files
-- URI of the W3C XML Schema for OASIS XML Catalog files, version 1.0
-- String equality tester
-- (From UC_SHARED_STRING_EQUALITY_TESTER)
-- Resolver used for opening streams
-- Map of well-known public ids to file names
-- Map of well-known system ids to file names
-- Map of well-known URI references to file names
-- Resolve a system identifier to an input stream
-- on behalf of an XML parser.
-- (From XM_EXTERNAL_RESOLVER)
-- (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)
-- Resolve a_uri_reference on behalf of an application.
-- (From XM_URI_REFERENCE_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)
-- Underlying file system
-- (From KL_SHARED_FILE_SYSTEM)
-- Unix-like file system
-- (From KL_SHARED_FILE_SYSTEM)
-- Windows-like file system which accepts only \ as
-- directory separator
-- (From KL_SHARED_FILE_SYSTEM)
-- Windows-like file system which accepts both
-- \ and / as directory separator
-- (From KL_SHARED_FILE_SYSTEM)
Resolvers used in parsing OASIS XML Catalogs