net.sf.saxon.trans
Interface NonDelegatingURIResolver
- All Superinterfaces:
- URIResolver
- All Known Implementing Classes:
- PackageURIResolver, PTreeURIResolver, StandardURIResolver, XomUriResolver
public interface NonDelegatingURIResolver
- extends URIResolver
This is a marker interface: if a URIResolver implements this interface and returns null from
its resolve() method, then the standard URI resolver will not be invoked.
The main use case for this is to support protocols that the standard Java java.net.URL class
does not recognize. In the case of doc-available(), we want to return false, rather than throwing
an exception in such cases.
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.