InputContext which just returns the value of a string previously assigned.
virtual int readXmlData(char *buffer, int buffsize) override
Return a block of the data.
StringContext(const std::string &data)
Take an XML fragment as parameter and create a context for it.
std::istringstream m_stream
Assigned data string.