@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() |
applySchematronValidation, applySchematronValidationToSVRL, getErrorListener, getParameters, getSchematronValidity, getURIResolver, getXSLTValidator, hasParameters, isValidSchematron, setEntityResolver, setErrorListener, setParameters, setURIResolver, setXSLTValidator, toString
applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getAsNode, getAsNode, getEntityResolver, getID, getResource, getSchematronValidity, getSchematronValidity, internalCreateDOMReaderSettings, internalSetEntityResolver, 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–2017 Philip Helger. All rights reserved.