24#ifndef vtkXMLFileReadTester_h
25#define vtkXMLFileReadTester_h
27#include "vtkIOXMLModule.h"
47 vtkSetStringMacro(FileName);
84 vtkSetStringMacro(FileDataType);
85 vtkSetStringMacro(FileVersion);
a simple class to control print indentation
Utility class for vtkXMLReader and subclasses.
int TestReadFile()
Try to read the file given by FileName.
static vtkXMLFileReadTester * New()
void ReportMissingAttribute(const char *, const char *)
void StartElement(const char *name, const char **atts)
void ReportBadAttribute(const char *, const char *, const char *)
void ReportUnknownElement(const char *)
void ReportStrayAttribute(const char *, const char *, const char *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ReportXmlParseError()
Parse XML to handle element tags and attributes.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.