SoapDictionary Class Reference

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

Inherits from NSMutableDictionary*.

Properties

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

items

Provides access to the dictionary of deserialized objects.

@property (retain, nonatomic) NSMutableDictionary* items

Instance Methods

initWithNode:

Initializes the dictionary and returns it.

- (id) initWithNode: (CXMLNode*) node

Parameters

node
The XML node from which the arrive is derived.

Class Methods

createWithNode:

Creates a new dictionary from the node.

+ (id) createWithNode: (CXMLNode*) node

Parameters

node
The XML node from which the arrive is derived.

serialize:

Serializes a string to an dictionary.

+ (NSMutableString*) serialize: (NSDictionary*) dictionary

Parameters

Dictionary
The dictionary to serialize into XML.