
Class SchematronBaseValidator
- java.lang.Object
-
- ca.uhn.fhir.validation.schematron.SchematronBaseValidator
-
- All Implemented Interfaces:
IValidatorModule
public class SchematronBaseValidator extends Object implements IValidatorModule
This class is only used using reflection fromSchematronProvider
in order to be truly optional.
-
-
Constructor Summary
Constructors Constructor Description SchematronBaseValidator(FhirContext theContext)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateResource(IValidationContext<IBaseResource> theCtx)
Validate the actual resource.
-
-
-
Constructor Detail
-
SchematronBaseValidator
public SchematronBaseValidator(FhirContext theContext)
Constructor
-
-
Method Detail
-
validateResource
public void validateResource(IValidationContext<IBaseResource> theCtx)
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
-
-