Class DefaultSchematronIncludeResolver

java.lang.Object
com.helger.schematron.resolve.DefaultSchematronIncludeResolver
All Implemented Interfaces:
ISchematronIncludeResolver

public class DefaultSchematronIncludeResolver extends Object implements ISchematronIncludeResolver
The default implementation of ISchematronIncludeResolver using the DefaultResourceResolver.getResolvedResource(String, String) method internally.
Author:
Philip Helger
  • Constructor Details

    • DefaultSchematronIncludeResolver

      public DefaultSchematronIncludeResolver(@Nonnull com.helger.commons.io.resource.IReadableResource aResource)
    • DefaultSchematronIncludeResolver

      public DefaultSchematronIncludeResolver(@Nullable String sBaseHref)
  • Method Details