40 #ifndef vtkXMLFileOutputWindow_h 
   41 #define vtkXMLFileOutputWindow_h 
   43 #include "vtkCommonCoreModule.h"  
   61   void DisplayErrorText(const 
char*) VTK_OVERRIDE;
 
   62   void DisplayWarningText(const 
char*) VTK_OVERRIDE;
 
   63   void DisplayGenericWarningText(const 
char*) VTK_OVERRIDE;
 
   64   void DisplayDebugText(const 
char*) VTK_OVERRIDE;
 
   70   virtual 
void DisplayTag(const 
char*);
 
   77   virtual void DisplayXML(
const char*, 
const char*);
 
static vtkFileOutputWindow * New()
 
File Specific output window class. 
 
~vtkXMLFileOutputWindow() override
 
XML File Specific output window class. 
 
void DisplayText(const char *) override
Put the text into the log file.