Class SchematronBaseValidator
java.lang.Object
ca.uhn.fhir.validation.schematron.SchematronBaseValidator
- All Implemented Interfaces:
IValidatorModule
This class is only used using reflection from
SchematronProvider
in order
to be truly optional.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Validate the actual resource.
-
Constructor Details
-
SchematronBaseValidator
Constructor
-
-
Method Details
-
validateResource
Description copied from interface:IValidatorModule
Validate the actual resource. TheIValidationContext
can be used to access the resource being validated, and is populated with the results.- Specified by:
validateResource
in interfaceIValidatorModule
-