
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidValidate the actual resource.
-
Constructor Details
-
SchematronBaseValidator
Constructor
-
-
Method Details
-
validateResource
Description copied from interface:IValidatorModuleValidate the actual resource. TheIValidationContextcan be used to access the resource being validated, and is populated with the results.- Specified by:
validateResourcein interfaceIValidatorModule
-