javax.xml.transform.URIResolver
StandardURIResolver
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.