This just defines a type which holds some character data to be parsed by the Reader. More...
#include <Reader.h>
Public Member Functions | |
const std::string & | GetInputString () const |
ReaderStringInput ()=default | |
ReaderStringInput (const std::string &inputString) | |
ReaderStringInput (const std::ostringstream &inputStream) | |
Private Attributes | |
std::string | fInputString |
This just defines a type which holds some character data to be parsed by the Reader.
This class is for use in cases where the Reader should parse a string of XML information in memory instead of information in a file. It takes care of some of the pain of using the MemBufInputSource class of Xerces.
|
default |
|
inline |
Definition at line 93 of file Reader.h.
References fInputString.
|
inline |
Definition at line 96 of file Reader.h.
References fInputString.
|
inline |
Definition at line 99 of file Reader.h.
References fInputString.
Referenced by utl::Reader::Reader().
|
private |
Definition at line 102 of file Reader.h.
Referenced by GetInputString(), and ReaderStringInput().