|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModuleURIResolver
Interface used to resolve module import in XQuery and p:xquery
| Method Summary | |
|---|---|
List<StreamSource> |
resolveModule(String targetNamespace,
List<String> locationHints,
String baseURI)
Called to resolve module import in XQuery and p:xquery |
| Method Detail |
|---|
List<StreamSource> resolveModule(String targetNamespace,
List<String> locationHints,
String baseURI)
targetNamespace - the target namespace of the modulelocationHints - the location hints (if any)baseURI - the base uri of the importing module
StreamSource's. May be null, if no modules are found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||