00001 /* 00002 Copyright 2008 Nikola Tassev 00003 This file is part of Embite. 00004 00005 Embite is free software: you can redistribute it and/or modify 00006 it under the terms of the GNU Lesser General Public License as published by 00007 the Free Software Foundation, either version 3 of the License, or 00008 (at your option) any later version. 00009 00010 Embite is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU Lesser General Public License for more details. 00014 00015 You should have received a copy of the GNU Lesser General Public License 00016 along with Embite. If not, see <http://www.gnu.org/licenses/>. 00017 */ 00018 #ifndef __embite_Mocks_h 00019 #define __embite_Mocks_h 00020 00027 #include "Element.h" 00028 #include "Iterator.h" 00029 00032 namespace embiteGenerated 00033 { 00034 00037 void Match(bool& matched, const embite::Element* src, const char *szTemplate); 00038 00041 void ForEach(embite::Iterator& I, const embite::Element* src, const char *szTemplate); 00042 00045 void Output(embite::Element*& target, embite::ElementOwner* owner, const char *szTemplate); 00046 00047 } // namespace embite 00048 00049 #endif // __embite_Mocks_h