| Package | Description |
|---|---|
| com.helger.schematron.xslt |
| Modifier and Type | Method and Description |
|---|---|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromByteArray(byte[] aSchematron)
Create a new
SchematronResourceXSLT from XSLT Schematron rules provided
by an arbitrary byte array. |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromClassPath(String sXSLTPath) |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(File aXSLTFile) |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(String sXSLTPath) |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromInputStream(InputStream aSchematronIS)
Create a new
SchematronResourceXSLT from XSLT Schematron rules provided
by an arbitrary InputStream. |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromString(String sSchematron,
Charset aCharset)
Create a new
SchematronResourceXSLT from XSLT Schematron rules provided
by an arbitrary String. |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromURL(String sSCHURL)
Create a new
SchematronResourceXSLT from XSLT Schematron rules provided
at a URL |
static SchematronResourceXSLT |
SchematronResourceXSLT.fromURL(URL aSCHURL)
Create a new
SchematronResourceXSLT from XSLT Schematron rules provided
at a URL |
Copyright © 2014–2020 Philip Helger. All rights reserved.