DTLocalizableStringsParser Class Reference
| 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.
Properties
delegate
The parser delegate
@property (nonatomic, unsafe_unretained) id<DTLocalizableStringsParserDelegate> delegateDeclared In
DTLocalizableStringsParser.hparseError
The last reported parse error
@property (nonatomic, readonly) NSError *parseErrorDeclared In
DTLocalizableStringsParser.hInstance Methods
initWithFileURL:
Instantiates a strings file parser
- (id)initWithFileURL:(NSURL *)urlParameters
- url
The file URL for the file to parse
Declared In
DTLocalizableStringsParser.h