Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

NSCharacterSet Interface 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) NSCharacterSet:
 

Set of alphabet and number character.

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

- (BOOL) NSCharacterSet: (id) 
(unichar_t) 
(id)  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) NSCharacterSet:
 

Release the content of CSV data.

Description
Release the content of CSV data.

Implements NSObject.

- (id) NSCharacterSet:
 

Generate empty NSCharacterSet object.

Returns:
Generated object.

Description
Generate empty NSCharacterSet object.

Implements NSObject.

- (id) NSCharacterSet: (id) 
(NSCharsetTestFunc
(id)  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) NSCharacterSet:
 

Set of alphabet and number character.

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


Member Data Documentation

NSCharsetTestFunc NSCharacterSet::test_func [protected]
 

Function to test the character


The documentation for this interface was generated from the following file:
Generated on Wed Jul 14 18:32:13 2004 for Cacao by doxygen 1.3.6