| Package | Description |
|---|---|
| com.helger.schematron.xslt |
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronXSLTValidatorDefault
The default implementation of
ISchematronXSLTValidator that
interprets both failed asserts and successful reports as errors. |
class |
SchematronXSLTValidatorFailedAssertOnly
A special implementation of
ISchematronXSLTValidator that only
handles failed asserts as failures, but not successful reports. |
| Modifier and Type | Method and Description |
|---|---|
ISchematronXSLTValidator |
AbstractSchematronXSLTResource.getXSLTValidator() |
| Modifier and Type | Method and Description |
|---|---|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromClassPath(String sXSLTPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromClassPath(String sXSLTPath,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromClassPath(String sSCHPath,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromClassPath(String sSCHPath,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(File aXSLTFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(File aXSLTFile,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(File aSCHFile,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(File aSCHFile,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(String sXSLTPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceXSLT |
SchematronResourceXSLT.fromFile(String sXSLTPath,
ISchematronXSLTValidator aValidator) |
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(String sSCHPath,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
SchematronResourceSCH.fromFile(String sSCHPath,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
| Constructor and Description |
|---|
AbstractSchematronXSLTResource(com.helger.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTProvider aXSLTProvider,
ISchematronXSLTValidator aXSLTValidator) |
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Constructor
|
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource,
ISchematronXSLTValidator aValidator)
Constructor
|
SchematronResourceXSLT(com.helger.commons.io.IReadableResource aXSLTResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Constructor
|
SchematronResourceXSLT(com.helger.commons.io.IReadableResource aXSLTResource,
ISchematronXSLTValidator aValidator)
Constructor
|
Copyright © 2014–2015 Philip Helger. All rights reserved.