Added getter for validation context to get the ValidationIssues Vector for further processing in another application
This commit is contained in:
@@ -516,5 +516,8 @@ public class XMLValidator extends Validator {
|
|||||||
return failedRules;
|
return failedRules;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ValidationContext getValidationContext() {
|
||||||
|
return context;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -396,6 +396,10 @@ public class ZUGFeRDValidator {
|
|||||||
disableNotices = true;
|
disableNotices = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ValidationContext getValidationContext() {
|
||||||
|
return context;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read the file and calculate the SHA-1 checksum
|
* Read the file and calculate the SHA-1 checksum
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user