Conforms to NSObject
Declared in DTLocalizableStringsParser.h

Overview

Delegate protocol that informs a DTLocalizableStringsParser delegate about parsing events.

Instance Methods

parser:foundComment:

Sent to the delegate for each comment block found

- (void)parser:(DTLocalizableStringsParser *)parser foundComment:(NSString *)comment

Parameters

parser

The strings parser

comment

The comment that was found

Declared In

DTLocalizableStringsParser.h

parser:foundKey:value:

Sent to the delegate for each comment block found

- (void)parser:(DTLocalizableStringsParser *)parser foundKey:(NSString *)key value:(NSString *)value

Parameters

parser

The strings parser

key

The key that was found

value

The value that was found

Declared In

DTLocalizableStringsParser.h

parser:parseErrorOccurred:

Sent to the delegate if an error occurs

- (void)parser:(DTLocalizableStringsParser *)parser parseErrorOccurred:(NSError *)parseError

Parameters

parser

The strings parser

parseError

The parsing error

Declared In

DTLocalizableStringsParser.h

parserDidEndDocument:

Sent to the delegate once parsing has finished

- (void)parserDidEndDocument:(DTLocalizableStringsParser *)parser

Parameters

parser

The strings parser

Declared In

DTLocalizableStringsParser.h

parserDidStartDocument:

Sent to the delegate once parsing has finished

- (void)parserDidStartDocument:(DTLocalizableStringsParser *)parser

Parameters

parser

The strings parser

Declared In

DTLocalizableStringsParser.h