@NotThreadSafe public class SchematronResourceSCH extends AbstractSchematronXSLTResource
| Constructor and Description |
|---|
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource)
Constructor
|
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver)
Constructor
|
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Constructor
|
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
|
SchematronResourceSCH(com.helger.commons.io.IReadableResource aSCHResource,
String sPhase,
String sLanguageCode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static SchematronResourceSCH |
fromClassPath(String sSCHPath)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromClassPath(String sSCHPath,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(File aSCHFile,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
String sPhase,
String sLanguageCode)
Create a new Schematron resource.
|
static SchematronResourceSCH |
fromFile(String sSCHPath,
String sPhase,
String sLanguageCode,
ISchematronXSLTValidator aValidator)
Create a new Schematron resource.
|
applySchematronValidation, applySchematronValidation, applySchematronValidationToSVRL, applySchematronValidationToSVRL, getCustomErrorListener, getCustomURIResolver, getSchematronValidity, getSchematronValidity, getXSLTProvider, getXSLTValidator, isValidSchematron, toStringgetID, getResourcepublic SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource)
aSCHResource - The Schematron resource. May not be null.public SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource, @Nonnull ISchematronXSLTValidator aValidator)
aSCHResource - The Schematron resource. May not be null.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.public SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver)
aSCHResource - The Schematron resource. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.public SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource, @Nullable String sPhase, @Nullable String sLanguageCode)
aSCHResource - The Schematron resource. May not be null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).public SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode)
aSCHResource - The Schematron resource. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).public SchematronResourceSCH(@Nonnull com.helger.commons.io.IReadableResource aSCHResource, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
aSCHResource - The Schematron resource. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable String sPhase, @Nullable String sLanguageCode)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The classpath relative path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable String sPhase, @Nullable String sLanguageCode)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull@Nonempty String sSCHPath, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
sSCHPath - The file system path to the Schematron file. May neither be
null nor empty.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile)
aSCHFile - The Schematron file. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nonnull ISchematronXSLTValidator aValidator)
aSCHFile - The Schematron file. May not be null.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver)
aSCHFile - The Schematron file. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nonnull ISchematronXSLTValidator aValidator)
aSCHFile - The Schematron file. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable String sPhase, @Nullable String sLanguageCode)
aSCHFile - The Schematron file. May not be null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
aSCHFile - The Schematron file. May not be null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode)
aSCHFile - The Schematron file. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).null.@Nonnull public static SchematronResourceSCH fromFile(@Nonnull File aSCHFile, @Nullable ErrorListener aCustomErrorListener, @Nullable URIResolver aCustomURIResolver, @Nullable String sPhase, @Nullable String sLanguageCode, @Nonnull ISchematronXSLTValidator aValidator)
aSCHFile - The Schematron file. May not be null.aCustomErrorListener - An optional custom XSLT error listener that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.aCustomURIResolver - An optional custom XSLT URI resolver that is used when converting
the Schematron resource to an XSLT document, as well as for the
application of the XSLT onto the XML to be validated. May be
null.sPhase - Optional phase to use. If not specified, the defaultPhase from the
schema is used. If no default phase is specified, than all patterns
are usedsLanguageCode - An optional language code for the error messages. null
means English. Supported language codes are: cs, de, en, fr, nl (see
directory files schematron\20100414-xslt2\sch-messages-??.xhtml).aValidator - The validator to be used to determine whether a Schematron
validation was successful or not. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.