Package com.helger.schematron.resolve
Interface ISchematronIncludeResolver
- All Known Implementing Classes:
DefaultSchematronIncludeResolver
public interface ISchematronIncludeResolver
Generic include resolver
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.io.resource.IReadableResourceResolve the content of the passed href to a resource
-
Method Details
-
getResolvedSchematronResource
@Nonnull com.helger.commons.io.resource.IReadableResource getResolvedSchematronResource(@Nonnull @Nonempty String sHref) throws IOException Resolve the content of the passed href to a resource- Parameters:
sHref- The source href that needs to be resolved relative to some base href- Returns:
- The location of the included href
- Throws:
IOException- In case of a resolution error
-