mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
#21 HTML Extraktion mit in der API angebunden
This commit is contained in:
parent
7ba7c84533
commit
65f4dfad68
3 changed files with 40 additions and 0 deletions
|
|
@ -84,6 +84,11 @@ public abstract class BaseXMLSyntaxError implements XmlError {
|
|||
*/
|
||||
public abstract XMLSyntaxErrorSeverity getSeverityCode();
|
||||
|
||||
/**
|
||||
* Dies ist der API-Zugriff. Es gibt zwei Methoden, weil es für die API einen abweichenden Typ gibt.
|
||||
*
|
||||
* @return der Schweregrad
|
||||
*/
|
||||
@Override
|
||||
public Severity getSeverity() {
|
||||
final XMLSyntaxErrorSeverity code = getSeverityCode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue