|
|||||||||
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 | |
---|---|
java.util.List<java.net.URI> |
resolveCollection(java.net.URI uri)
Called by XPath, XQuery and XSLT when fn:collection is evaluated. |
Method Detail |
---|
java.util.List<java.net.URI> resolveCollection(java.net.URI uri) throws javax.xml.xpath.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:
javax.xml.xpath.XPathException
- raised, if any Exception occured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |