A user-supplied IQueryResolver
used to resolve location hints appearing in an
import module
declaration.
In the absence of a user-supplied QueryResolver
, an import module
declaration
is interpreted as follows. First, if the module URI identifies an already loaded module, that module
is used and the location hints are ignored. Otherwise, each URI listed in the location hints is
resolved using the XmlResolver
registered with the Processor
.