Coconut I/O Framework  beta
CNXMLTextFile.h
Go to the documentation of this file.
00001 
00008 #ifndef CNXMLTEXTFILE_H
00009 #define CNXMLTEXTFILE_H
00010 
00011 #import <Coconut/Coconut.h>
00012 #import <libxml/tree.h>
00013 
00020 xmlNodePtr
00021 CNXMLReadTextFromFile(FILE * file) ;
00022 
00030 xmlNodePtr
00031 CNXMLReadTextFromURL(NSURL * url, NSError ** error) ;
00032 
00033 #endif  /* CNXMLTEXTFILE_H */
00034