DTLocalizableStringsParserDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | DTLocalizableStringsParser.h |
Instance Methods
parser:foundComment:
Sent to the delegate for each comment block found
- (void)parser:(DTLocalizableStringsParser *)parser foundComment:(NSString *)commentParameters
- parser
The strings parser
- comment
The comment that was found
Declared In
DTLocalizableStringsParser.hparser:foundKey:value:
Sent to the delegate for each comment block found
- (void)parser:(DTLocalizableStringsParser *)parser foundKey:(NSString *)key value:(NSString *)valueParameters
- parser
The strings parser
- key
The key that was found
- value
The value that was found
Declared In
DTLocalizableStringsParser.hparser:parseErrorOccurred:
Sent to the delegate if an error occurs
- (void)parser:(DTLocalizableStringsParser *)parser parseErrorOccurred:(NSError *)parseErrorParameters
- parser
The strings parser
- parseError
The parsing error
Declared In
DTLocalizableStringsParser.h