VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXMLFileReadTester Class Reference

Utility class for vtkXMLReader and subclasses. More...

#include <vtkXMLFileReadTester.h>

Inheritance diagram for vtkXMLFileReadTester:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLFileReadTester:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLParser Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLFileReadTesterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int TestReadFile ()
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual char * GetFileDataType ()
virtual char * GetFileVersion ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXMLFileReadTesterSafeDownCast (vtkObjectBase *o)
static vtkXMLFileReadTesterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLFileReadTester ()
 ~vtkXMLFileReadTester ()
void StartElement (const char *name, const char **atts)
int ParsingComplete ()
void ReportStrayAttribute (const char *, const char *, const char *)
void ReportMissingAttribute (const char *, const char *)
void ReportBadAttribute (const char *, const char *, const char *)
void ReportUnknownElement (const char *)
void ReportXmlParseError ()
virtual void SetFileDataType (const char *)
virtual void SetFileVersion (const char *)

Protected Attributes

char * FileName
char * FileDataType
char * FileVersion
int Done

Detailed Description

Utility class for vtkXMLReader and subclasses.

vtkXMLFileReadTester reads the smallest part of a file necessary to determine whether it is a VTK XML file. If so, it extracts the file type and version number.

Definition at line 29 of file vtkXMLFileReadTester.h.


Member Typedef Documentation

Reimplemented from vtkXMLParser.

Definition at line 32 of file vtkXMLFileReadTester.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkXMLFileReadTester::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkXMLParser.

virtual int vtkXMLFileReadTester::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkXMLParser.

Reimplemented from vtkXMLParser.

virtual vtkObjectBase* vtkXMLFileReadTester::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLParser.

Reimplemented from vtkXMLParser.

void vtkXMLFileReadTester::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkXMLParser.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkXMLParser.

Try to read the file given by FileName. Returns 1 if the file is a VTK XML file, and 0 otherwise.

virtual void vtkXMLFileReadTester::SetFileName ( const char *  ) [virtual]

Get/Set the name of the file tested by TestReadFile().

Reimplemented from vtkXMLParser.

virtual char* vtkXMLFileReadTester::GetFileName ( ) [virtual]

Get/Set the name of the file tested by TestReadFile().

Reimplemented from vtkXMLParser.

virtual char* vtkXMLFileReadTester::GetFileDataType ( ) [virtual]

Get the data type of the XML file tested. If the file could not be read, returns NULL.

virtual char* vtkXMLFileReadTester::GetFileVersion ( ) [virtual]

Get the file version of the XML file tested. If the file could not be read, returns NULL.

void vtkXMLFileReadTester::StartElement ( const char *  name,
const char **  atts 
) [protected, virtual]

Reimplemented from vtkXMLParser.

int vtkXMLFileReadTester::ParsingComplete ( ) [protected, virtual]

Reimplemented from vtkXMLParser.

void vtkXMLFileReadTester::ReportStrayAttribute ( const char *  ,
const char *  ,
const char *   
) [inline, protected, virtual]

Reimplemented from vtkXMLParser.

Definition at line 64 of file vtkXMLFileReadTester.h.

void vtkXMLFileReadTester::ReportMissingAttribute ( const char *  ,
const char *   
) [inline, protected, virtual]

Reimplemented from vtkXMLParser.

Definition at line 65 of file vtkXMLFileReadTester.h.

void vtkXMLFileReadTester::ReportBadAttribute ( const char *  ,
const char *  ,
const char *   
) [inline, protected, virtual]

Reimplemented from vtkXMLParser.

Definition at line 66 of file vtkXMLFileReadTester.h.

void vtkXMLFileReadTester::ReportUnknownElement ( const char *  ) [inline, protected, virtual]

Reimplemented from vtkXMLParser.

Definition at line 67 of file vtkXMLFileReadTester.h.

void vtkXMLFileReadTester::ReportXmlParseError ( ) [inline, protected, virtual]

Reimplemented from vtkXMLParser.

Definition at line 68 of file vtkXMLFileReadTester.h.

virtual void vtkXMLFileReadTester::SetFileDataType ( const char *  ) [protected, virtual]
virtual void vtkXMLFileReadTester::SetFileVersion ( const char *  ) [protected, virtual]

Member Data Documentation

char* vtkXMLFileReadTester::FileName [protected]

Reimplemented from vtkXMLParser.

Definition at line 70 of file vtkXMLFileReadTester.h.

Definition at line 71 of file vtkXMLFileReadTester.h.

Definition at line 72 of file vtkXMLFileReadTester.h.

Definition at line 73 of file vtkXMLFileReadTester.h.


The documentation for this class was generated from the following file: