SIKLibraryDescriptorReader Class Reference

Inherits from SICSiminovSAXDefaultHandler
Declared in SIKLibraryDescriptorReader.h
SIKLibraryDescriptorReader.m

Overview

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


Example:
    {@code
    
    
    
        

            
        name_of_library

            
        description_of_library
    


        

            
            
        
            name_of_database_descriptor.full_path_of_entity_descriptor_file
        


        

            
            
        
            full_path_of_service-descriptor_file
        


        

            
            
        
            full_path_of_sync_descriptor_file
        


    


    }
    
</p>

*

– getLibraryDescriptor

Get library descriptor

- (SIKLibraryDescriptor *)getLibraryDescriptor

Return Value

Library Descriptor

Discussion

Get library descriptor

Declared In

SIKLibraryDescriptorReader.h