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

Properties

allowableActions

@property (nonatomic, strong) CMISAllowableActions *allowableActions

Class Methods

allowableActionsParserWithParentDelegate:parser:

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

Instance Methods

initWithData:

- (id)initWithData:(NSData *)atomData

parseAndReturnError:

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