SICLibraryDescriptorReader Class Reference

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

Overview

Exposes methods to parse Library Descriptor information as per define in LibraryDescriptor.xml file by application.

Example:

<library-descriptor>

    <!-- General Properties Of Library -->

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

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



    <!-- Entity Descriptor Needed Under This Library Descriptor -->

    <!-- Optional Field -->
        <!-- Entity Descriptors -->
    <entity-descriptors>
        <entity-descriptor>name_of_database_descriptor.full_path_of_entity_descriptor_file</entity-descriptor>
    </entity-descriptors>

</library-descriptor>

– initWithLibraryName:

LibraryDescriptorReader Constructor

- (id)initWithLibraryName:(NSString *const)libraryname

Parameters

libraryname

Name of the library

Discussion

LibraryDescriptorReader Constructor

Declared In

SICLibraryDescriptorReader.h

– getLibraryDescriptor

Get library descriptor object.

- (SICLibraryDescriptor *)getLibraryDescriptor

Return Value

Library Descriptor Object.

Discussion

Get library descriptor object.

Declared In

SICLibraryDescriptorReader.h