|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CollectionURIResolver
This interface is used to resolve uri's to ressources when calling
fn:collection with a string as parameter.
resolveCollection is NOT used to access the default collection
| Method Summary | |
|---|---|
List<URI> |
resolveCollection(URI uri)
Called by XPath, XQuery and XSLT when fn:collection is evaluated. |
| Method Detail |
|---|
List<URI> resolveCollection(URI uri)
throws XPathException
uri - the absolute uri of the collection to access
Source's represented by the given uri. Can be an
empty list but should not be null.
- Throws:
XPathException - raised, if any Exception occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||