mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#41 Testing processing errors while running schema or schematron validations
ignore fields on base class during marshalling
This commit is contained in:
parent
0d7aeb5de7
commit
69372a9d5d
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlTransient;
|
||||||
import javax.xml.validation.Schema;
|
import javax.xml.validation.Schema;
|
||||||
|
|
||||||
import org.apache.commons.lang3.NotImplementedException;
|
import org.apache.commons.lang3.NotImplementedException;
|
||||||
|
|
@ -51,6 +54,7 @@ import net.sf.saxon.s9api.XsltExecutable;
|
||||||
*
|
*
|
||||||
* @author Andreas Penski
|
* @author Andreas Penski
|
||||||
*/
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.NONE)
|
||||||
public abstract class BaseScenario {
|
public abstract class BaseScenario {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -71,6 +75,7 @@ public abstract class BaseScenario {
|
||||||
private XPathExecutable acceptExecutable;
|
private XPathExecutable acceptExecutable;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
|
@XmlTransient
|
||||||
private Schema schema;
|
private Schema schema;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue