Inherits from NSObject
Declared in DTLocalizableStringsParser.h

Overview

Parser for strings files. You initialize it with a file URL, set a delegate and execute parsing with parse.

Tasks

Creating a Parser

Parsing File Contents

Properties

delegate

The parser delegate

@property (nonatomic, unsafe_unretained) id<DTLocalizableStringsParserDelegate> delegate

Declared In

DTLocalizableStringsParser.h

parseError

The last reported parse error

@property (nonatomic, readonly) NSError *parseError

Declared In

DTLocalizableStringsParser.h

Instance Methods

initWithFileURL:

Instantiates a strings file parser

- (id)initWithFileURL:(NSURL *)url

Parameters

url

The file URL for the file to parse

Declared In

DTLocalizableStringsParser.h

parse

Parses the file.

- (BOOL)parse

Return Value

YES if parsing was successful.

Declared In

DTLocalizableStringsParser.h