Avaya Client Services API Reference (OS X)
Instance Methods | Properties | List of all members
CSSettingsFileParser Class Reference

Represents a parser that reads Avaya endpoint settings file format. More...

#import <CSSettingsFileParser.h>

Inherits NSObject.

Instance Methods

(BOOL) - parse
 Parses the supplied settings file. More...
 
(BOOL) - continueParse
 Continues parsing of a previous parse that was interrupted. More...
 

Properties

NSData * data
 
id< CSSettingsFileParserDelegatedelegate
 The delegate used to handle setting file related events. More...
 

Detailed Description

Represents a parser that reads Avaya endpoint settings file format.

Method Documentation

- (BOOL) continueParse

Continues parsing of a previous parse that was interrupted.

A parse may be interrupted if a call is made to the delegate method parser:requestAdditionalSettingsFile:. If the requested file cannot be obtained the application should call continueParse to continue parsing the current file.

Returns
YES if the input buffer was fully parsed, NO if parsing was interrupted by a request for an additional settings file.
- (BOOL) parse

Parses the supplied settings file.

The delegate passed is used to handle all operations that are specified in the settings file, see CSSettingsFileParserDelegate for details.

Returns
YES if the input buffer was fully parsed, NO if parsing was interrupted by a request for an additional settings file.

Property Documentation

- (NSData*) data
readwritenonatomicretain
- (id<CSSettingsFileParserDelegate>) delegate
readwritenonatomicweak

The delegate used to handle setting file related events.


The documentation for this class was generated from the following file: