Inherits from CMISAtomPubExtensionDataParserBase : NSObject
Conforms to NSXMLParserDelegate
Declared in CMISAllowableActionsParser.h

Tasks

Properties

allowableActions

@property (nonatomic, strong) CMISAllowableActions *allowableActions

Class Methods

allowableActionsParserWithParentDelegate:parser:

Delegates parsing to child parser, ensure that the Element is ‘allowableActions’

+ (id)allowableActionsParserWithParentDelegate:(id<NSXMLParserDelegate,CMISAllowableActionsParserDelegate>)parentDelegate parser:(NSXMLParser *)parser

Discussion

Delegates parsing to child parser, ensure that the Element is ‘allowableActions’

Declared In

CMISAllowableActionsParser.h

Instance Methods

initWithData:

Designated Initializer

- (id)initWithData:(NSData *)atomData

Discussion

Designated Initializer

Declared In

CMISAllowableActionsParser.h

parseAndReturnError:

parse method. returns NO if unsuccessful

- (BOOL)parseAndReturnError:(NSError **)error

Discussion

parse method. returns NO if unsuccessful

Declared In

CMISAllowableActionsParser.h