|
Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
#import <NSString+XML.h>
Instance Methods | |
| (NSString *) | - numericString |
| Returns only the number-representing part of a string. More... | |
| (NSString *) | - xmlSafe |
| Escapes XML special chars (see "xmlEscape") More... | |
| - (NSString *) numericString |
Returns only the number-representing part of a string.
| - (NSString *) xmlSafe |
Escapes XML special chars (see "xmlEscape")
1.8.3.1