@NotThreadSafe public class SchematronResourceXSLT extends AbstractSchematronXSLTBasedResource<SchematronResourceXSLT>
m_aCustomErrorListener, m_aCustomParameters, m_aCustomURIResolver
Constructor and Description |
---|
SchematronResourceXSLT(com.helger.commons.io.resource.IReadableResource aXSLTResource)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static SchematronResourceXSLT |
fromClassPath(String sXSLTPath) |
static SchematronResourceXSLT |
fromFile(File aXSLTFile) |
static SchematronResourceXSLT |
fromFile(String sXSLTPath) |
ISchematronXSLTBasedProvider |
getXSLTProvider() |
boolean |
isUseCache() |
void |
setUseCache(boolean bUseCache) |
applySchematronValidation, applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getErrorListener, getParameters, getSchematronValidity, getSchematronValidity, getURIResolver, getXSLTValidator, hasParameters, isValidSchematron, setErrorListener, setParameters, setURIResolver, setXSLTValidator, toString
getID, getResource
public SchematronResourceXSLT(@Nonnull com.helger.commons.io.resource.IReadableResource aXSLTResource)
aXSLTResource
- The XSLT resource. May not be null
.public boolean isUseCache()
public void setUseCache(boolean bUseCache)
@Nullable public ISchematronXSLTBasedProvider getXSLTProvider()
getXSLTProvider
in class AbstractSchematronXSLTBasedResource<SchematronResourceXSLT>
null
.@Nonnull public static SchematronResourceXSLT fromClassPath(@Nonnull @Nonempty String sXSLTPath)
@Nonnull public static SchematronResourceXSLT fromFile(@Nonnull @Nonempty String sXSLTPath)
@Nonnull public static SchematronResourceXSLT fromFile(@Nonnull File aXSLTFile)
Copyright © 2014–2016 Philip Helger. All rights reserved.