#include <XML.h>
Inheritance diagram for TSE3::File::XmlElementParser:
Public Member Functions | |
XmlElementParser () | |
virtual | ~XmlElementParser ()=0 |
virtual void | parse (const std::string &data)=0 |
|
|
|
|
|
This method is called by the XmlBlockParser when it finds a data line that is handled by this XmlElementParser.
Implemented in TSE3::File::XmlElementParser_ReasonOnOff< T, reason >, TSE3::File::XmlElementParser_Number< T >, TSE3::File::XmlElementParser_Clock< T >, and TSE3::File::XmlElementParser_String< T >. |