Mobile API Reference  MicroStrategy 2019
Dimty.h
Go to the documentation of this file.
1 //
2 // Dimty.h
3 // MSTRMobile
4 //
5 // Created by Ilia Baskin on 2/16/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @class SAXSupport, XMLBuilder;
12 
13 @interface Dimty : NSObject <NSCopying>{
14  NSString* dimtyXml;
15  XMLBuilder* builder;
17 }
18 
19 @property BOOL isNonEmpty;
20 
21 -(void) handleXml:(NSString*)elementName attributes:(NSDictionary*)attributeDict support:(SAXSupport*)support;
22 -(void)buildXml:(XMLBuilder*)builder;
23 
24 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: SAXSupport.h:14
BOOL isNonEmpty
Definition: Dimty.h:16
Definition: Dimty.h:13
XMLBuilder * builder
Definition: Dimty.h:15
NSString * dimtyXml
Definition: Dimty.h:14