00001 #if !defined(_XMLSTREAMERFACTORIES_HPP) 00002 #define _XMLSTREAMERFACTORIES_HPP 00003 //============================================================================= 00004 // 00005 // XDFLengine library 00006 // 00007 //----------------------------------------------------------------------------- 00008 // XMLstreamerS.HPP 00009 //----------------------------------------------------------------------------- 00015 //_____________________________________________________________________________ 00016 // 00017 // Copyright (C) 2003 Guillaume Baurand. All Rights Reserved. 00018 // 00019 // This file is part of the XDFLengine project. 00020 // 00021 // The XDFLengine is free software; you can redistribute it and/or modify 00022 // it under the terms of the GNU General Public License as published by 00023 // the Free Software Foundation; either version 2 of the License, or 00024 // (at your option) any later version. 00025 // 00026 // This program is distributed in the hope that it will be useful, 00027 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00028 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00029 // GNU General Public License for more details. 00030 // 00031 // You should have received a copy of the GNU General Public License 00032 // along with this program; if not, write to the Free Software 00033 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 00034 // USA. 00035 // 00036 // For more information, 00037 // contact : guillaume@baurand.net 00038 // or visit : http://xdflengine.sourceforge.net 00039 // 00040 //============================================================================= 00041 00042 # include "streamers/lang/namedbuffergetstreamer.hpp" 00043 # include "streamers/lang/namedbuffersetstreamer.hpp" 00044 # include "streamers/lang/nullstreamer.hpp" 00045 # include "streamers/lang/logstreamer.hpp" 00046 # include "streamers/lang/rawstreamer.hpp" 00047 # include "streamers/lang/systemstreamer.hpp" 00048 # include "streamers/lang/valuesstreamer.hpp" 00049 # include "streamers/lang/raiseerrorstreamer.hpp" 00050 # include "streamers/lang/ifstreamer.hpp" 00051 # include "streamers/file/fssetstreamer.hpp" 00052 # include "streamers/file/fsgetstreamer.hpp" 00053 # include "streamers/file/zipstreamer.hpp" 00054 # include "streamers/file/unzipstreamer.hpp" 00055 # include "streamers/db/sql/sqlstreamer.hpp" 00056 # include "streamers/db/dbobject/autodesc/ddlstreamer.hpp" 00057 # include "streamers/db/dbobject/autodesc/autodescstreamer.hpp" 00058 # include "streamers/db/dbobject/autodesc/cachedefinitionstreamer.hpp" 00059 # include "streamers/db/dbobject/dbset/dbobjsetstreamer.hpp" 00060 # include "streamers/db/dbobject/dbget/dbobjgetstreamer.hpp" 00061 # include "streamers/multilang/langloadstreamer.hpp" 00062 # include "streamers/multilang/langsetstreamer.hpp" 00063 # include "streamers/func/execstreamer.hpp" 00064 # include "streamers/func/funccallstreamer.hpp" 00065 # include "streamers/func/funcdefinestreamer.hpp" 00066 # include "streamers/func/cachescriptstreamer.hpp" 00067 00068 # include "valuers/xmlvaluable.hpp" 00069 # include "valuers/xmlvaluer.hpp" 00070 # include "valuers/datevaluer.hpp" 00071 # include "valuers/envvaluer.hpp" 00072 # include "valuers/paramvaluer.hpp" 00073 # include "valuers/sqldbvaluer.hpp" 00074 # include "valuers/xpathdbvaluer.hpp" 00075 # include "valuers/langvaluer.hpp" 00076 00077 #endif 00078