Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XMLOutput.cpp

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include "XMLOutput.hpp"
00003 
00004 #ifdef SET_OUTPUT_STATIC
00005 
00006 int XMLOutput::curcol;
00007 int XMLOutput::coldelta;
00008 
00009 struct XMLOutput::ABC XMLOutput::x;
00010 
00011 #endif
00012 
00013 
00014 #ifdef XDEMILL_NOOUTPUT
00015 
00016 void OUTPUT_STATIC XMLOutput::startElement(char *str,int len)
00017 {
00018 }
00019 
00020 void OUTPUT_STATIC XMLOutput::endElement(char *str,int len)
00021 {
00022 }
00023 
00024 void OUTPUT_STATIC XMLOutput::startAttribute(char *str,int len)
00025 {
00026 }
00027 
00028 void OUTPUT_STATIC XMLOutput::endAttribute(char *str,int len)
00029 {
00030 }
00031 
00032 void OUTPUT_STATIC XMLOutput::characters(char *str,int len)
00033 {
00034 }
00035 
00036 void OUTPUT_STATIC XMLOutput::whitespaces(char *str,int len)
00037 {
00038 }
00039 
00040 #endif
00041 

Generated on Sat Oct 13 16:08:41 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001