24 return this->
load(system_id, context(), data);
29 this->parserLoaded(system_id, context());
virtual bool load(const std::string &system_id, std::string &data)
Resolve a given URI to a string containing the data.
static pair< TClass *, void * > load(TBranch *branch, int entry)
Class supporting to read data given a URI.
Class supporting to read data given a URI.
virtual void parserLoaded(const std::string &system_id)
Inform reader about a locally (e.g. by XercesC) handled source load.
virtual ~UriReader()
Default destructor.
virtual bool load(const std::string &system_id, std::string &data)
Resolve a given URI to a string containing the data.
UriContextReader(UriReader *reader, UriReader::UserContext *ctxt)
Default initializing constructor.
UriReader * m_reader
Pointer to URI reader.
virtual void parserLoaded(const std::string &system_id)
Inform reader about a locally (e.g. by XercesC) handled source load.
virtual ~UriContextReader()
Default destructor.