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 URIResolver
TransformerException
public LSInput resolveResource(String aType, String aNamespaceURI, String aPublicId, String aSystemId, String aBaseURI)
resolveResource
in interface LSResourceResolver
Copyright © 2024. All rights reserved.