Package | Description |
---|---|
com.helger.schematron.pure |
Modifier and Type | Method and Description |
---|---|
static SchematronResourcePure |
SchematronResourcePure.fromByteArray(byte[] aSchematron)
Create a new
SchematronResourcePure from Schematron rules provided
by an arbitrary byte array. |
static SchematronResourcePure |
SchematronResourcePure.fromClassPath(String sSCHPath)
Create a new
SchematronResourcePure from a Classpath Schematron
rules |
static SchematronResourcePure |
SchematronResourcePure.fromFile(File aSCHFile)
Create a new
SchematronResourcePure from file system Schematron
rules |
static SchematronResourcePure |
SchematronResourcePure.fromFile(String sSCHPath)
Create a new
SchematronResourcePure from file system Schematron
rules |
static SchematronResourcePure |
SchematronResourcePure.fromInputStream(InputStream aSchematronIS)
Create a new
SchematronResourcePure from Schematron rules provided
by an arbitrary InputStream . |
static SchematronResourcePure |
SchematronResourcePure.fromSchema(PSSchema aSchematron)
Create a new
SchematronResourcePure from Schematron rules provided
by a domain model. |
static SchematronResourcePure |
SchematronResourcePure.fromString(String sSchematron,
Charset aCharset)
Create a new
SchematronResourcePure from Schematron rules provided
by an arbitrary String. |
static SchematronResourcePure |
SchematronResourcePure.fromURL(String sSCHURL)
Create a new
SchematronResourcePure from Schematron rules provided
at a URL |
static SchematronResourcePure |
SchematronResourcePure.fromURL(URL aSCHURL)
Create a new
SchematronResourcePure from Schematron rules provided
at a URL |
SchematronResourcePure |
SchematronResourcePure.setErrorHandler(IPSErrorHandler aErrorHandler)
Set the error handler to be used during binding.
|
SchematronResourcePure |
SchematronResourcePure.setFunctionResolver(XPathFunctionResolver aFunctionResolver)
Set the function resolver to be used in the XPath statements.
|
SchematronResourcePure |
SchematronResourcePure.setPhase(String sPhase)
Set the Schematron phase to be evaluated.
|
SchematronResourcePure |
SchematronResourcePure.setVariableResolver(XPathVariableResolver aVariableResolver)
Set the variable resolver to be used in the XPath statements.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.