xmlobject.h

Go to the documentation of this file.
00001 
00014 #ifndef XMLOBJECT_H_INCLUDED
00015 #define XMLOBJECT_H_INCLUDED
00016 
00017 #include <LibXmlKit/xmlsysdep.h>
00018 #include <LibXmlKit/xmltype.h>
00019 
00025 @interface XmlObject : OBJECT 
00026 {
00027 #       ifndef __APPLE__
00028 
00029         int             ref_count ;
00030 #       endif
00031 }
00032 
00039   - init ;
00040   
00046   - (void) dealloc ;
00047   
00054   - retain ;
00055   
00063   - (oneway void) release ;
00064  
00065 @end
00066 
00067 #endif /* XMLOBJECT_H_INCLUDED */
00068 

Generated on Fri Feb 3 02:47:29 2006 for LibXmlKit by  doxygen 1.4.5