|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkXMLFileReadTester_h 
   25 #define vtkXMLFileReadTester_h 
   27 #include "vtkIOXMLModule.h"  
   48   vtkGetStringMacro(FileDataType);
 
   56   vtkGetStringMacro(FileVersion);
 
   75   vtkSetStringMacro(FileDataType);
 
   76   vtkSetStringMacro(FileVersion);
 
  
void ReportMissingAttribute(const char *, const char *) override
Parse XML to handle element tags and attributes.
virtual int ParsingComplete()
void ReportUnknownElement(const char *) override
void ReportStrayAttribute(const char *, const char *, const char *) override
void ReportBadAttribute(const char *, const char *, const char *) override
static vtkXMLParser * New()
a simple class to control print indentation
virtual void StartElement(const char *name, const char **atts)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReportXmlParseError() override
Utility class for vtkXMLReader and subclasses.