Package com.helper.peppol.reporting.eusr
Class EndUserStatisticsReportValidator
- java.lang.Object
-
- com.helper.peppol.reporting.eusr.EndUserStatisticsReportValidator
-
@NotThreadSafe public final class EndUserStatisticsReportValidator extends Object
This class can be used to trigger Schematron validation of EUSR documents.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static String
SCH_EUSR_110_PATH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.helger.schematron.ISchematronResource
getSchematronEUSR_110()
-
-
-
Field Detail
-
SCH_EUSR_110_PATH
public static final String SCH_EUSR_110_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSchematronEUSR_110
@Nonnull public static com.helger.schematron.ISchematronResource getSchematronEUSR_110()
- Returns:
- Schematron EUSR v1.1.0
-
-