Properties
attributes
@property (nonatomic, strong, readonly) NSDictionary *attributes
children
@property (nonatomic, strong, readonly) NSArray *children
name
The name of the extension node.
@property (nonatomic, strong, readonly) NSString *name
Return Value
The name of the extension node.
Declared In
CMISExtensionElement.h
namespaceUri
@property (nonatomic, strong, readonly) NSString *namespaceUri
value
@property (nonatomic, strong, readonly) NSString *value
Instance Methods
initLeafWithName:namespaceUri:attributes:value:
- (id)initLeafWithName:(NSString *)name namespaceUri:(NSString *)namespaceUri attributes:(NSDictionary *)attributesDict value:(NSString *)value
Discussion
Leaf Initializer
Declared In
CMISExtensionElement.h
initNodeWithName:namespaceUri:attributes:children:
- (id)initNodeWithName:(NSString *)name namespaceUri:(NSString *)namespaceUri attributes:(NSDictionary *)attributesDict children:(NSArray *)children
Discussion
Node Initializer
Declared In
CMISExtensionElement.h