#include <ModuleResolver.hpp>
Public Member Functions | |
virtual | ~ModuleResolver () |
virtual destructor, does nothing | |
virtual bool | resolveModuleLocation (VectorOfStrings *result, const XMLCh *nsUri, const StaticContext *context)=0 |
Fills the string vector with a list of locations tht, once assembled, build the module referenced by the given URI. |
|
virtual destructor, does nothing
|
|
Fills the string vector with a list of locations tht, once assembled, build the module referenced by the given URI. If the URI is unknown, returns false, otherwise returns true. |