24#ifndef vtkXMLFileReadTester_h
25#define vtkXMLFileReadTester_h
27#include "vtkIOXMLModule.h"
48 vtkGetStringMacro(FileDataType);
56 vtkGetStringMacro(FileVersion);
75 vtkSetStringMacro(FileDataType);
76 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 ReportXmlParseError() override
void ReportStrayAttribute(const char *, const char *, const char *) override
void ReportUnknownElement(const char *) override
int ParsingComplete() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkXMLFileReadTester() override
void ReportBadAttribute(const char *, const char *, const char *) override
void StartElement(const char *name, const char **atts) override
void ReportMissingAttribute(const char *, const char *) override
Parse XML to handle element tags and attributes.