#include <DbXml.hpp>
virtual XmlInputStream *XmlResolver::resolveEntity(
XmlTransaction *txn, XmlManager &mgr, const std::string &systemId,
const std::string &publicId, std::string &result) const
When implemented, should resolve a System ID and Public ID to a new
XmlInputStream
. If the IDs cannot be resolved by this resolver,
this method should return NULL. The
XmlInputStream object will be deleted by the
caller.
If a transaction is in force, a pointer to the XmlTransaction object; otherwise, NULL.
The XmlManager object associated with the operation.