Gobo Eiffel XML Library
Copyright (c) 2004, Colin Adams and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:00 $
$Revision: 1.10 $
-- Establish invariant.
-- Resolved URI for a_public_id
-- Resolved URI for a_system_id
-- Resolved URI for a_uri_reference
-- Shared catalog manager
-- (From XM_SHARED_CATALOG_MANAGER)
-- String equality tester
-- (From UC_SHARED_STRING_EQUALITY_TESTER)
-- Has delegation FROM this catalog taken place?
-- Did read detect an error?
-- Is string mode set to ascii only?
-- This means that all strings issued by this source
-- will be of dynamic type STRING.
-- (From XM_STRING_MODE)
-- Is string mode set to latin-1 only?
-- This means that all strings issued by this source
-- will be of dynamic type STRING.
-- (From XM_STRING_MODE)
-- Is string mode set to polymorphic strings?
-- This means that strings issued by this source will
-- be of dynamic type STRING for ascii, and dynamic
-- type UC_STRING or descendant when characters >127
-- are present in that string.
-- (From XM_STRING_MODE)
-- Is string mode set to UC_STRING only?
-- This means that all strings issued by this source
-- will be of a dynamic type UC_STRING or descendant.
-- (From XM_STRING_MODE)
-- Is other with the same string mode?
-- (From XM_STRING_MODE)
-- Set all strings issued by this source to be ascii
-- (all characters <= 127) and be of dynamic type STRING.
-- The source will be in an error state if it has
-- characters that do not fit in a STRING.
-- (From XM_STRING_MODE)
-- Set all strings issued by this source to be latin-1
-- (all characters <= 255) and be of dynamic type STRING.
-- The source will be in an error state if it has
-- characters that do not fit in a STRING.
-- (From XM_STRING_MODE)
-- Set all strings issued by this source to be either of
-- type UC_STRING or descendant if they contain characters
-- >127 or of dynamic type STRING otherwise.
-- The client receiving these strings will have to
-- be careful about polymorphically unsafe features
-- of STRING, like append_string.
-- (From XM_STRING_MODE)
-- Set all strings issued by this source to be of
-- dynamic type UC_STRING or descendant.
-- (From XM_STRING_MODE)
-- Normalized version of an_fpi.
-- (From XM_FORMAL_PUBLIC_IDENTIFIER_ROUTINES)
-- Unwrapped urn:publicid: URN
-- (From XM_FORMAL_PUBLIC_IDENTIFIER_ROUTINES)
urn:publicid:
-- Start of attribute
-- (From XM_CALLBACKS)
-- Text content.
-- (From XM_CALLBACKS)
-- End tag.
-- (From XM_CALLBACKS)
-- Start of start tag.
-- (From XM_CALLBACKS)
-- End of start tag.
-- (From XM_CALLBACKS)
-- Processing comment.
-- Atomic: single comment produces single event
-- (From XM_CALLBACKS)
-- Processing instruction.
-- (From XM_CALLBACKS)
-- Called when parsing finished.
-- (From XM_CALLBACKS)
-- Called when parsing starts.
-- (From XM_CALLBACKS)
-- XML declaration.
-- (From XM_CALLBACKS)
-- Does this callback event consumer expect resolved
-- namespaces?
-- If True, it must be located downstream of a filter
-- or source producing resolved namespaces such
-- as XM_NAMESPACE_RESOLVER.
-- (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)
-- 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)
-- 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)
-- STRING/UC_STRING mode
-- (From XM_STRING_MODE)
Objects that represent an OASIS ETRC XML Catalog