Go to the documentation of this file.
23 #ifndef vtkXMLFileReadTester_h
24 #define vtkXMLFileReadTester_h
Parse XML to handle element tags and attributes.
#define vtkTypeMacro(thisClass, superclass)
void ReportUnknownElement(const char *)
void ReportBadAttribute(const char *, const char *, const char *)
void ReportStrayAttribute(const char *, const char *, const char *)
void ReportXmlParseError()
void ReportMissingAttribute(const char *, const char *)
GLuint const GLchar * name
void StartElement(const char *name, const char **atts)
a simple class to control print indentation
#define vtkSetStringMacro(name)
vtkGetStringMacro(ExtensionsString)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkXMLFileReadTester * New()
Utility class for vtkXMLReader and subclasses.