Gobo Eiffel XML Library
Copyright (c) 2004, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:02 $
$Revision: 1.11 $
-- Establish invariant.
-- Execution environment
-- (From KL_SHARED_EXECUTION_ENVIRONMENT)
-- Resolver used in bootstrap process, and for resolving catalog names
-- Resolved URI reference for the external entity (a_public_id, a_system_id)
-- Resolved URI reference for a_uri_reference
-- Default character set not to escape
-- Is all usage of catalog files disabled?
-- Are oasis-xml-catalog PIs allowed?
-- Debugging level
-- Does Current have a parsed copy of a_catalog_name?
-- Should use of System_default_catalog be suppressed?
-- Prefer public or system?
-- Is this serach chain truncated due to a delegate?
-- Set debugging level.
-- Indicate delagate catalog truncates serach chain.
-- Turn off catalog file access.
-- Do not allow oasis-xml-catalog PIs to be used.
-- Add a_catalog_name to pi_catalog_files.
-- Parse a_catalog_file.
-- Clear pi_catalog_files.
-- Normalized version of an_fpi.
-- (From XM_FORMAL_PUBLIC_IDENTIFIER_ROUTINES)
-- Unwrapped urn:publicid: URN
-- (From XM_FORMAL_PUBLIC_IDENTIFIER_ROUTINES)
urn:publicid:
-- Send a debugging message to standard error stream.
-- TODO better to use log4e, if it ever gets incorporated into gobo
-- Establish system catalogs
-- Does s contain excluded characters?
-- Note that the escape character '%' is not considered excluded.
-- (From UT_URL_ENCODING)
-- Is a_scheme a valid scheme?
-- (From UT_URL_ENCODING)
-- Default character set not to escape
-- (From UT_URL_ENCODING)
-- RFC 2396 'digit' characters
-- (From UT_URL_ENCODING)
-- RFC 2732 addition to 'reserved' characters
-- (From UT_URL_ENCODING)
-- RFC 2396 'lowalpha' characters
-- (From UT_URL_ENCODING)
-- RFC 2396 'mark' characters
-- (From UT_URL_ENCODING)
-- RFC 2396 'reserved' characters
-- (From UT_URL_ENCODING)
-- RFC 2396 'lowalpha' characters
-- (From UT_URL_ENCODING)
-- Maximum character code used in string
-- (From UT_URL_ENCODING)
-- New set of characters for use with escape_custom
-- (From UT_URL_ENCODING)
-- Escape all characters except those in unescaped_chars in
-- a_string and return a new string.
-- (From UT_URL_ENCODING)
-- Escape reserved characters in a_string and return a new string.
-- (From UT_URL_ENCODING)
-- Escape reserved characters in a_string and return a new
-- string. Characters above 128 are converted to UTF8
-- representation before being encoded.
-- (From UT_URL_ENCODING)
-- Replace the URI hexadecimal escape sequences in a_string
-- with the corresponding characters.
-- (From UT_URL_ENCODING)
-- Unescape a_string, and convert UTF8 encoded result to string.
-- (From UT_URL_ENCODING)
-- Resolved URI reference for a_public_id
-- Resolved URI reference for a_system_id
-- Resolved URI reference for a_uri_reference
-- Parsed catalog named a_catalog_name
Objects that manage OASIS XML Catalogs