SoapObject Class Reference

Inherits from NSObject*

Class methods

createWithNode:

Creates a new SoapObject instance from a node.

+ (id) createWithNode: (CXMLNode*) node

Parameters

node
The node used to create the SoapObject.

Instance methods

initWithNode:

Initializes the object with the contents of the node.

- (id) initWithNode: (CXMLNode*) node

Parameters

node
The node used to initialize the SoapObject.

serialize

Serializes the object to an XML string, minus the surrounding XML element.

- (NSMutableString*) serialize

Serializes the object to an XML string including a surrounding XML element.

- (NSMutableString*) serialize: (NSString*) nodeName

Parameters

nodeName
The name of the node used to surround the serialized contents.

serializeElements

Serializes the elements contained in the object.

- (NSMutableString*) serializeElements

serializeAttributes

Serializes the attributes contained in the object.

- (NSMutableString*) serializeAttributes