@NotThreadSafe public class SchematronResourceXSLT extends AbstractSchematronXSLTBasedResource<SchematronResourceXSLT>
AbstractSchematronResource.NodeAndBaseURI
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() |
applySchematronValidation, applySchematronValidationToSVRL, getErrorListener, getParameters, getSchematronValidity, getURIResolver, getXSLTValidator, hasParameters, isValidSchematron, parameters, setEntityResolver, setErrorListener, setParameters, setURIResolver, setXSLTValidator, toString
applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getAsNode, getAsNode, getEntityResolver, getID, getResource, getSchematronValidity, getSchematronValidity, internalCreateDOMReaderSettings, internalSetEntityResolver, isUseCache, setUseCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setAllowForeignElements
applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getEntityResolver, getResource, getSchematronValidity, getSchematronValidity, isUseCache, setUseCache
public 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.