@NotThreadSafe public class SchematronResourceXSLT extends AbstractSchematronXSLTBasedResource<SchematronResourceXSLT>
AbstractSchematronResource.NodeAndBaseURIm_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() |
applySchematronValidation, applySchematronValidationToSVRL, getErrorListener, getParameters, getSchematronValidity, getURIResolver, getXSLTValidator, hasParameters, isValidSchematron, parameters, setEntityResolver, setErrorListener, setParameters, setURIResolver, setXSLTValidator, toStringapplySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getAsNode, getAsNode, getEntityResolver, getID, getResource, getSchematronValidity, getSchematronValidity, internalCreateDOMReaderSettings, internalSetEntityResolver, isUseCache, setUseCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetAllowForeignElementsapplySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getEntityResolver, getResource, getSchematronValidity, getSchematronValidity, isUseCache, setUseCachepublic SchematronResourceXSLT(@Nonnull com.helger.commons.io.resource.IReadableResource aXSLTResource)
aXSLTResource - The XSLT resource. May not be null.@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–2019 Philip Helger. All rights reserved.