19 #ifndef __itkDOMNodeXMLReader_h
20 #define __itkDOMNodeXMLReader_h
80 itkSetStringMacro(FileName);
83 itkGetStringMacro(FileName);
90 itkGetModifiableObjectMacro(Output,
OutputType );
97 void Update( std::istream& is );
107 virtual void StartElement(
const char* name,
const char** atts );
142 reader->SetOutput( &
object );
143 reader->Update( is );
148 #endif // __itkDOMNodeXMLReader_h
Light weight base class for most itk classes.
virtual void EndElement(const char *name)
Class to represent a node in a Document Object Model (DOM) tree structure.
std::istream & operator>>(std::istream &is, itk::DOMNode &object)
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
SmartPointer< Self > Pointer
virtual void StartElement(const char *name, const char **atts)
OutputType::Pointer OutputPointer
Base class for most ITK classes.
virtual void CharacterDataHandler(const char *text, int len)
Class to read a DOM object from an XML file or an input stream.