#include <itkXMLFile.h>
Inheritance diagram for itk::XMLReaderBase:
Public Member Functions | |
virtual void | SetFilename (const char *_arg) |
virtual const char * | GetFilename () const |
virtual int | CanReadFile (const char *name)=0 |
virtual void | GenerateOutputInformation () |
virtual void | StartElement (const char *name, const char **atts)=0 |
virtual void | EndElement (const char *name)=0 |
virtual void | CharacterDataHandler (const char *inData, int inLength)=0 |
Protected Member Functions | |
void | parse (void) |
Protected Attributes | |
std::string | m_Filename |
Definition at line 33 of file itkXMLFile.h.
|
determine whether a file can be opened and read Implemented in itk::PolygonGroupSpatialObjectXMLFileReader. |
|
Callback function -- called from XML parser with the character data for an XML element Implemented in itk::PolygonGroupSpatialObjectXMLFileReader. |
|
Callback function -- called from XML parser when ending tag encountered Implemented in itk::PolygonGroupSpatialObjectXMLFileReader. |
|
do the actual parsing of the input file |
|
Get the filename to write |
|
Instantiates and invokes the XML parser for the file named by m_Filename. The parser will throw an exception in the case of XML syntax errors, missing filenames, unreadable input file, etc. |
|
Set the filename to write |
|
Callback function -- called from XML parser with start-of-element information. Implemented in itk::PolygonGroupSpatialObjectXMLFileReader. |
|
Definition at line 70 of file itkXMLFile.h. |