xmlnodeset.h

Go to the documentation of this file.
00001 
00014 #ifndef XMLNODESET_H_INCLUDED
00015 #define XMLNODESET_H_INCLUDED
00016 
00017 #include <LibXmlKit/xmlnode.h>
00018 
00024 @interface XmlNodeSet : XmlObject 
00025 {
00027         xmlNodeSetPtr   node_set ;
00028 }
00029 
00036 - init ;
00037 
00046 - initXmlNodeSet: (xmlNodeSetPtr) nodeset ;
00047 
00053 - (void) dealloc ;
00054 
00061 - (unsigned int) num ;
00062 
00071 - (XmlNode *) nodeAtIndex: (unsigned int) idx ;
00072 
00079 - (XmlNodeSet *) makeSubtreeSet ;
00080 
00081 @end
00082 
00083 #endif /* XMLNODESET_H_INCLUDED */
00084 

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