#include <DbXml.hpp>
virtual bool XmlResolver::resolveCollection(
XmlTransaction *txn, XmlManager &mgr,
const std::string &uri, XmlResults &result) const
When implemented, should resolve a URI to an XmlResults . If the URI cannot be resolved by this resolver, this method should return false. Otherwise, it should return true.
If a transaction is in force, a pointer to the XmlTransaction object; otherwise, NULL.
The XmlManager object associated with the operation.