CMISAllowableActionsParser Class Reference
Inherits from | CMISAtomPubExtensionDataParserBase : NSObject |
Conforms to | NSXMLParserDelegate |
Declared in | CMISAllowableActionsParser.h |
Tasks
-
allowableActions
property -
– initWithData:
Designated Initializer
-
– parseAndReturnError:
parse method. returns NO if unsuccessful
-
+ allowableActionsParserWithParentDelegate:parser:
Delegates parsing to child parser, ensure that the Element is ‘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