NSCharacterSet Class Reference

NSCharacterSet class operates the set of special characters of unicode. More...

#import <nscharset.h>

Inheritance diagram for NSCharacterSet:

NSObject List of all members.

Public Member Functions

(id) - init
 Generate empty NSCharacterSet object.
Returns:
Generated object.

(id) - initWithTestFunc:
 Generate NSCharacterSet object with test function.
(void) - dealloc
 Release the content of CSV data.
(BOOL) - characterIsMember:
 Check the character belong to this character set or not.

Static Public Member Functions

(id) + alphanumericCharacterSet
 Set of alphabet and number character.
(id) + whitespaceAndNewlineCharacterSet
 Set of alphabet and number character.

Protected Attributes

NSCharsetTestFunc test_func

Detailed Description

NSCharacterSet class operates the set of special characters of unicode.

Description
NSCharacterSet class operates the set of special characters of unicode.


Member Function Documentation

+ (id) alphanumericCharacterSet  
 

Set of alphabet and number character.

Returns:
Set of alphabet and number character.
Description
Set of alphabet and number character.

- (BOOL) characterIsMember: (unichar_t)  c  
 

Check the character belong to this character set or not.

Return values:
true The parameter belongs to this character set.
false The parameter DOES NOT belong to this character set.
Description
Check the character belong to this character set or not.

- (void) dealloc  
 

Release the content of CSV data.

Description
Release the content of CSV data.

Reimplemented from NSObject.

- (id) init  
 

Generate empty NSCharacterSet object.

Returns:
Generated object.

Description
Generate empty NSCharacterSet object.

Reimplemented from NSObject.

- (id) initWithTestFunc: (NSCharsetTestFunc func  
 

Generate NSCharacterSet object with test function.

Parameters:
func Source function to test character.
Description
Generate NSCharacterSet object with test function. This method is depend on Glib library and is not implemented by Cocoa.
Warning:
This method is depend on Glib library and is not implemented by Cocoa. Do not use outside of this library.

+ (id) whitespaceAndNewlineCharacterSet  
 

Set of alphabet and number character.

Returns:
Set of alphabet and number character.
Description
Set of alphabet and number character.


Member Data Documentation

- (NSCharsetTestFunc) test_func [protected]
 

Function to test the character


The documentation for this class was generated from the following files:
Generated on Fri Feb 3 01:08:12 2006 for Cacao by  doxygen 1.4.5