@NotThreadSafe public abstract class AbstractSchematronResource extends Object implements ISchematronResource
ISchematronResource
interface handling
the underlying resource and wrapping one method.Constructor and Description |
---|
AbstractSchematronResource(com.helger.commons.io.resource.IReadableResource aResource) |
Modifier and Type | Method and Description |
---|---|
String |
getID() |
com.helger.commons.io.resource.IReadableResource |
getResource() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getSchematronValidity, getSchematronValidity, isValidSchematron
public AbstractSchematronResource(@Nonnull com.helger.commons.io.resource.IReadableResource aResource)
@Nonnull public final String getID()
getID
in interface com.helger.commons.id.IHasID<String>
@Nonnull public final com.helger.commons.io.resource.IReadableResource getResource()
getResource
in interface ISchematronResource
null
resource from which to read the
Schematron rules.Copyright © 2014–2016 Philip Helger. All rights reserved.