Mobile API Reference  MicroStrategy 2019
SAXSupport Class Reference

#import <SAXSupport.h>

Inheritance diagram for SAXSupport:

Instance Methods

(SAXSupport *) - initWithData:handler:
 
(void) - start
 
(void) - pushContentHandler:
 

Class Methods

(NSInteger) + intValue:attName:
 

Method Documentation

◆ initWithData:handler:()

- (SAXSupport*) initWithData: (NSData *)  data
handler: (id< MSTRHandler >)  aHandler 

◆ intValue:attName:()

+ (NSInteger) intValue: (NSDictionary *)  attributes
attName: (NSString *)  attName 

◆ pushContentHandler:()

- (void) pushContentHandler: (id< MSTRHandler >)  handler

◆ start()

- (void) start