$Date: 2005/10/24 04:01:08 $
$Revision: 1.4 $
-- Create processor.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Table of allowed subnode types.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Attribute named a_name.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Boolean attribute named a_name.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Double attribute named a_name.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Integer attribute named a_name.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- 'Container' for adding object (use if /= void)
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Data from subnodes for parent.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Code of error.
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
-- Textual description of error.
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
-- Name of file where error occurred.
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
-- Table of mandatory attributes.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Name of node to process.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Parent processor.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Source to process.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- List of subnodes.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
--CITY_ELEMENT
-- Target to build.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Text of element.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Number of subnodes.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is there an attribute named a_name?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Did an error occur?
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
-- Is a parent set?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is a source set?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Are there any subnodes?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is a target set?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Does element have text attached?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is attribute named a_name a boolean?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is attribute named a_name a double?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is attribute named a_name an integer?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is processor in default state?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Is an_element a valid source?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Map that is built.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Reference to the goof level factory.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Is a_processor registered?
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Set error to a_code with additional information an_error_string_array.
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
-- Set level reference.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Set parent to a_parent.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Set target to a_target.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Process node.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Process subnodes.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Register processor with name a_subnode_name as allowed subnode of processor with name a_parent_name.
-- Use register_processor for new node types and
-- register_allowed_subnode for registering their subnode types.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Register a_processor in registry.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR_REGISTRY)
-- Store a_data.
-- (From EM_GOOF_LOADER_NODE_PROCESSOR)
-- Load collidable
-- 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)
-- Slots for additional information.
-- (From EM_GOOF_LOADER_ERROR_CONSTANTS)
Goof loader object collidable node processor.