public class RuntimeUriResolver extends Object implements URIResolver
URIResolver to use at runtime.| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeUriResolver.Builder
A
RuntimeUriResolver builder. |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransletClassName(String uri) |
Source |
resolve(String href,
String base)
Returns a fake
StreamSource that throws an UnsupportedOperationException upon read. |
public Source resolve(String href, String base) throws TransformerException
StreamSource that throws an UnsupportedOperationException upon read. The real
resolution happens via getTransletClassName(String)resolve in interface URIResolverTransformerExceptionCopyright © 2019–2020 The Apache Software Foundation. All rights reserved.