X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/ca611b500e4c5b95df5ef6d5c53d8c93b1e8e287..744612b5d258474e367710b870a5caaed7d11ab9:/ITXMLParser.h diff --git a/ITXMLParser.h b/ITXMLParser.h old mode 100755 new mode 100644 index 63a6238..1680751 --- a/ITXMLParser.h +++ b/ITXMLParser.h @@ -1,11 +1,21 @@ +/* + * ITFoundation + * ITXMLParser.h + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + #import @class ITXMLNode; -@interface ITXMLParser : NSObject -{ - NSString *_source; - NSString *_XMLPathSeparator; +@interface ITXMLParser : NSObject { + NSString *_source; + NSString *_XMLPathSeparator; } - (id)initWithContentsOfURL:(NSURL *)aURL;