XmlResolver::resolveModuleLocation

#include <DbXml.hpp>

virtual bool XmlResolver::resolveModuleLocation(
    XmlTransaction *txn, XmlManager &mgr,
    const std::string &nameSpace, XmlResults &result) const

When implemented, should resolve a module namespace to a list of strings that are locations for the files that comprise the module. The strings are returned as XmlValue objects in the XmlResults . If the module cannot be resolved by this resolver, this method should return false. Otherwise, it should return true.

Parameters

txn

If a transaction is in force, a pointer to the XmlTransaction object; otherwise, NULL.

mgr

The XmlManager object associated with the operation.

nameSpace

The nameSpace of the module to resolve.

result

The XmlResult object in which the results of the resolution are to be placed.

Class

XmlResolver

See Also

XmlResolver Methods