public interface ISchematronIncludeResolver
| Modifier and Type | Method and Description |
|---|---|
com.phloc.commons.io.IReadableResource |
getResolvedSchematronResource(String sHref)
Resolve the content of the passed href to a resource
|
@Nonnull com.phloc.commons.io.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 © 2006–2014 phloc systems. All rights reserved.