public interface NonDelegatingURIResolver
extends javax.xml.transform.URIResolver
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-2020 Saxonica Limited. All rights reserved.