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