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*.
For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.
Provides access to the array of deserialized objects.
@property (retain, nonatomic) NSMutableArray* items
Initializes the array and returns it.
- (id) initWithNode: (CXMLNode*) node
Creates a new array from the node.
+ (id) createWithNode: (CXMLNode*) node
Serializes a string to an array.
+ (NSMutableString*) serialize: (NSArray*) array