public interface ISchematronIncludeResolver
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.io.resource.IReadableResource |
getResolvedSchematronResource(String sHref)
Resolve the content of the passed href to a resource
|
@Nonnull com.helger.commons.io.resource.IReadableResource getResolvedSchematronResource(@Nonnull @Nonempty String sHref) throws IOException
sHref - The source href that needs to be resolved relative to some base hrefIOException - In case of a resolution errorCopyright © 2014–2019 Philip Helger. All rights reserved.