diff options
Diffstat (limited to 'Source/SPXMLExporter.h')
-rw-r--r-- | Source/SPXMLExporter.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPXMLExporter.h b/Source/SPXMLExporter.h index a9e6c2dd..f80aacc6 100644 --- a/Source/SPXMLExporter.h +++ b/Source/SPXMLExporter.h @@ -51,6 +51,11 @@ * Table name */ NSString *xmlTableName; + + /** + * XML NULL string + */ + NSString *xmlNULLString; } @property(readwrite, assign) NSObject *delegate; @@ -58,6 +63,8 @@ @property(readwrite, retain) NSArray *xmlDataArray; @property(readwrite, retain) NSString *xmlTableName; +@property(readwrite, retain) NSString *xmlNULLString; + /** * Initialise an instance of SPXMLExporter using the supplied delegate. * |