Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
NSString(XML) Category Reference

#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...
 

Method Documentation

- (NSString *) numericString

Returns only the number-representing part of a string.

- (NSString *) xmlSafe

Escapes XML special chars (see "xmlEscape")

Todo:
Maybe it's performance-wise wise to only copy if we actually contain escapeable chars?

The documentation for this category was generated from the following files: