SICApplicationDescriptorReader Class Reference

Inherits from SICSiminovSAXDefaultHandler : NSObject
Declared in SICApplicationDescriptorReader.h
SICApplicationDescriptorReader.m

Overview

Exposes methods to parse Application Descriptor information as per define in ApplicationDescriptor.xml file by application.

Example:

 <siminov>

     <!-- General Application Description Properties -->

        <!-- Mandatory Field -->
     <property name="name">application_name</property>

        <!-- Optional Field -->
     <property name="description">application_description</property>

        <!-- Mandatory Field (Default is 0.0) -->
     <property name="version">application_version</property>


     <!-- Database Descriptors Used By Application (zero-to-many) -->
        <!-- Optional Field's -->
     <database-descriptors>
        <database-descriptor>full_path_of_database_descriptor_file</database-descriptor>
     </database-descriptors>


     <!-- Library Descriptors Used By Application (zero-to-many) -->
        <!-- Optional Field's -->
     <library-descriptors>
        <library-descriptor>full_path_of_library_descriptor_file</library-descriptor>
     </library-descriptors>


     <!-- Event Handlers Implemented By Application (zero-to-many) -->

        <!-- Optional Field's -->
     <event-handlers>
        <event-handler>full_class_path_of_event_handler_(ISiminovHandler/IDatabaseHandler)</event-handler>
     </event-handlers>

</siminov>

Other Methods

– getApplicationDescriptor

Get application descriptor object.

- (SICApplicationDescriptor *)getApplicationDescriptor

Return Value

Application Descriptor Object.

Discussion

Get application descriptor object.

Declared In

SICApplicationDescriptorReader.h

Other Methods

– init

ApplicationDescriptorReader Constructor

- (id)init

Discussion

ApplicationDescriptorReader Constructor

Declared In

SICApplicationDescriptorReader.m