Library Mobile API Reference for iPad
MicroStrategy 2019
|
#import <ExpressionNode.h>
Instance Methods | |
(id) | - initWithExpression: |
(id) | - copyWithZone:expression: |
(id) | - copyWithZone: |
(NSInteger) | - childCount |
(ExpressionNode *) | - childAtIndex: |
(ExpressionNode *) | - firstChild |
(ExpressionNode *) | - nextSibling |
(NSInteger) | - subExpressionCount |
(BOOL) | - addChild: |
(BOOL) | - insertChild:before: |
(void) | - removeChild: |
(BOOL) | - replaceChild:with: |
(void) | - clear |
(BOOL) | - containsChild: |
(void) | - handleXml:attributes:support: |
(void) | - handleXmlAttributes:attributes: |
(void) | - buildXml: |
(void) | - buildTypeSpecificXml: |
Protected Attributes | |
NSInteger | expressionType |
NSInteger | nodeType |
NSInteger | nodeDimtyType |
NSInteger | dataType |
NSInteger | key |
NSString * | displayName |
NSString * | emet |
NSInteger | cpValue |
Dimty * | dimtyObject |
BOOL | isIndependent |
ExpressionNode *__weak | parentNode |
MSIExpression *__weak | ownerExpression |
NSMutableArray * | childNodes |
BOOL | isModified |
PromptInstances * | promptinstances |
Properties | |
ExpressionNode * | parentNode |
- (BOOL) addChild: | (ExpressionNode *) | newNode |
- (void) buildTypeSpecificXml: | (XMLBuilder *) | builder |
- (void) buildXml: | (XMLBuilder *) | builder |
- (ExpressionNode*) childAtIndex: | (NSInteger) | i |
- (NSInteger) childCount |
- (void) clear |
- (BOOL) containsChild: | (ExpressionNode *) | child |
- (id) copyWithZone: | (NSZone *) | zone |
- (id) copyWithZone: | (NSZone *) | zone | |
expression: | (MSIExpression *) | expression | |
- (ExpressionNode*) firstChild |
- (void) handleXml: | (NSString *) | elementName | |
attributes: | (NSDictionary *) | attributes | |
support: | (SAXSupport *) | support | |
- (void) handleXmlAttributes: | (NSString *) | elementName | |
attributes: | (NSDictionary *) | attributes | |
- (id) initWithExpression: | (MSIExpression *) | expr |
- (BOOL) insertChild: | (ExpressionNode *) | newNode | |
before: | (ExpressionNode *) | node | |
- (ExpressionNode*) nextSibling |
- (void) removeChild: | (ExpressionNode *) | child |
- (BOOL) replaceChild: | (ExpressionNode *) | child | |
with: | (ExpressionNode *) | newNode | |
- (NSInteger) subExpressionCount |
|
protected |
|
readwriteprotected |
|
readwriteprotected |
|
readwritenonatomicstrongprotected |
|
readwritenonatomiccopyprotected |
|
readwritenonatomiccopyprotected |
|
readwriteprotected |
|
readwriteprotected |
|
readwriteprotected |
|
readwriteprotected |
|
readwriteprotected |
|
readwriteprotected |
|
protected |
|
protected |
|
protected |
|
readnonatomicweak |