public class ClasspathUriResolver extends Object implements URIResolver, LSResourceResolver
| Constructor and Description |
|---|
ClasspathUriResolver()
Constructs the resolver.
|
ClasspathUriResolver(String aBase)
Location in the classpath relative to which resolution takes place.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
resolve(String aHref,
String aBase) |
LSInput |
resolveResource(String aType,
String aNamespaceURI,
String aPublicId,
String aSystemId,
String aBaseURI) |
public ClasspathUriResolver()
public ClasspathUriResolver(String aBase)
aBase - Base.public Source resolve(String aHref, String aBase) throws TransformerException
resolve in interface URIResolverTransformerExceptionpublic LSInput resolveResource(String aType, String aNamespaceURI, String aPublicId, String aSystemId, String aBaseURI)
resolveResource in interface LSResourceResolverCopyright © 2025. All rights reserved.