NGMailAddressParser
Inherits From: NSObject
Declared In: NGMailAddressParser.h
Methods: + mailAddressParserWithString: , + mailAddressParserWithData: , + mailAddressParserWithCString: , - initWithCString:length: , - parse , - parseAddressList , - errorPosition


Class Description
No class description.


Instance Variables
unsigned char *data;
int dataPos;
int errorPos;
int maxLength;

dataNo description.
dataPosNo description.
errorPosNo description.
maxLengthNo description.



Method Types
+ mailAddressParserWithString:
+ mailAddressParserWithData:
+ mailAddressParserWithCString:
- initWithCString:length:
- parse
- parseAddressList
- errorPosition


Class Methods
mailAddressParserWithCString:
+ (id)mailAddressParserWithCString:(char *)_cString
No method description.

mailAddressParserWithData:
+ (id)mailAddressParserWithData:(NSData *)_data
No method description.

mailAddressParserWithString:
+ (id)mailAddressParserWithString:(NSString *)_string
No method description.


Instance Methods
errorPosition
- (int)errorPosition
No method description.

initWithCString:length:
- (id)initWithCString:(const char *)_cString length:(int unsigned)_length
No method description.

parse
- (id)parse
No method description.

parseAddressList
- (NSArray *)parseAddressList
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.