SoapArray Class Reference

The SoapArray class is a base class of array objects. It is not in itself an array, but proxies to the items property.

Inherits from NSMutableArray*.

Properties

For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.

items

Provides access to the array of deserialized objects.

@property (retain, nonatomic) NSMutableArray* items

Instance Methods

initWithNode:

Initializes the array and returns it.

- (id) initWithNode: (CXMLNode*) node

Parameters

node
The XML node from which the arrive is derived.

Class Methods

createWithNode:

Creates a new array from the node.

+ (id) createWithNode: (CXMLNode*) node

Parameters

node
The XML node from which the arrive is derived.

serialize:

Serializes a string to an array.

+ (NSMutableString*) serialize: (NSArray*) array

Parameters

array
The array to serialize into XML.