00001 00002 00003 00004 00005 00006 00007 #ifndef XMLI_H 00008 #define XMLI_H 00009 #include "XMLInterface/Attribute.h" 00010 #include "XMLInterface/Builder.h" 00011 #include "XMLInterface/BuilderFac.h" 00012 #include "XMLInterface/ChString.h" 00013 #include "XMLInterface/Parser.h" 00014 #include "XMLInterface/SAX2DefaultHandler.h" 00015 #include "XMLInterface/SAX2Handler.h" 00016 #include "XMLInterface/Stack.h" 00017 #include "XMLInterface/boolBuilder.h" 00018 #include "XMLInterface/doubleBuilder.h" 00019 #include "XMLInterface/floatBuilder.h" 00020 #include "XMLInterface/intBuilder.h" 00021 #include "XMLInterface/shortBuilder.h" 00022 #include "XMLInterface/stringBuilder.h" 00023 #include "XMLInterface/uintBuilder.h" 00024 #include "XMLInterface/ushortBuilder.h" 00025 #include "XMLInterface/xmlfileBuilder.h" 00026 #include "XMLInterface/timeBuilder.h" 00027 00029 namespace xmli { 00030 int Initialize(); 00031 int ReadString(const char* text); 00032 int ReadFile(const char* file, bool absname=false); 00033 int ReadDirectory(const char* dir); 00034 const char* FindFile(const char* file, bool absname=false); 00035 int AddToPath(const char* dir, int where=1); 00036 void MakePath(); 00037 } 00038 00039 #endif // XMLI_H 00040
1.3.9.1