public class SchematronValidatorConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
rulesToIgnore
An optional List of ruleIds to ignore when evaluating the result of the Schematron transform
|
String |
schematronUri
The URI for the Schematron XSLT
* Can be a classpath entry: "cp:/my/package/rule1.sch.xslt"
* Can be a HTTP value: "http://my.webserver.org/some/package/rule1.sch.xslt"
* Can be a absolute file reference: "file://opt/runtime/rule1.sch.xslt"
|
boolean |
skipValidation
Option to skip the validation, defaults to false
|
| Constructor and Description |
|---|
SchematronValidatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRulesToIgnore() |
String |
getSchematronUri() |
boolean |
isSkipValidation() |
boolean |
isThrowExceptionOnValidationFailure() |
void |
setRulesToIgnore(List<String> rulesToIgnore) |
void |
setSchematronUri(String schematronUri) |
void |
setSkipValidation(boolean skipValidation) |
void |
setThrowExceptionOnValidationFailure(boolean throwExceptionOnValidationFailure) |
public String schematronUri
public boolean skipValidation
public String getSchematronUri()
public void setSchematronUri(String schematronUri)
public boolean isSkipValidation()
public void setSkipValidation(boolean skipValidation)
public boolean isThrowExceptionOnValidationFailure()
public void setThrowExceptionOnValidationFailure(boolean throwExceptionOnValidationFailure)
Copyright © 2007-2015 Ikasan. All Rights Reserved.