NSArray (misc)


Declared In:
NSArray+misc.h


Category Description

This category contains a method used to support Watson tool functionality, specifically to convert an immutable array of dictionaries into a mutable one.


Method Types

- deepMutable
- appendPathComponent:

Instance Methods

appendPathComponent:

- (NSMutableArray *)appendPathComponent:(NSString *)name

Adds the given path component to each of the paths in !self. Returns an NSMutableArray, suitable for further processing.


deepMutable

- (NSMutableArray *)deepMutable

This method operates only upon an array of dictionaries. It returns a mutable copy of the array of Dictionaries. The array returned is an NSMutableArray, and the dictionaries contained are of class NSMutableDictionary


Version 1.1 Copyright ©2003 by Karelia Software, LLC. All Rights Reserved.