Public Member Functions

<YAJLDocumentDelegate> Protocol Reference

YAJLDocument delegate notified when objects are added. More...

#import <YAJLDocument.h>

List of all members.

Public Member Functions

(void) - document:didAddDictionary:
 Did add dictionary.
(void) - document:didAddArray:
 Did add array.
(void) - document:didAddObject:toArray:
 Did add object to array.
(void) - document:didSetObject:forKey:inDictionary:
 Did set object for key on dictionary.

Detailed Description

YAJLDocument delegate notified when objects are added.


Member Function Documentation

- (void) document: (YAJLDocument *)  document
didAddArray: (NSArray *)  array 
[optional]

Did add array.

Parameters:
document Sender
array Array that was added
- (void) document: (YAJLDocument *)  document
didAddDictionary: (NSDictionary *)  dict 
[optional]

Did add dictionary.

Parameters:
document Sender
dict Dictionary that was added
- (void) document: (YAJLDocument *)  document
didAddObject: (id)  object
toArray: (NSArray *)  array 
[optional]

Did add object to array.

Parameters:
document Sender
object Object added
array Array objct was added to
- (void) document: (YAJLDocument *)  document
didSetObject: (id)  object
forKey: (id)  key
inDictionary: (NSDictionary *)  dict 
[optional]

Did set object for key on dictionary.

Parameters:
document Sender
object Object that was set
key Key
dict Dictionary object was set for key on

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties