Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/0.2.X/KissXML/Categories/NSString+DDXML.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 274 - (show annotations) (download) (as text)
Fri May 6 10:07:02 2011 UTC (13 years ago) by poi-poi-capsule
File MIME type: text/x-chdr
File size: 241 byte(s)
kissxmlアップデート
1 #import <Foundation/Foundation.h>
2 #import <libxml/tree.h>
3
4
5 @interface NSString (DDXML)
6
7 /**
8 * xmlChar - A basic replacement for char, a byte in a UTF-8 encoded string.
9 **/
10 - (const xmlChar *)xmlChar;
11
12 - (NSString *)stringByTrimming;
13
14 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26