Inherits from NSObject
Declared in CMISExtensionElement.h

Overview

This class represents a single node in the extension tree.

Tasks

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:

Leaf Initializer

- (id)initLeafWithName:(NSString *)name namespaceUri:(NSString *)namespaceUri attributes:(NSDictionary *)attributesDict value:(NSString *)value

Discussion

Leaf Initializer

Declared In

CMISExtensionElement.h

initNodeWithName:namespaceUri:attributes:children:

Node Initializer

- (id)initNodeWithName:(NSString *)name namespaceUri:(NSString *)namespaceUri attributes:(NSDictionary *)attributesDict children:(NSArray *)children

Discussion

Node Initializer

Declared In

CMISExtensionElement.h