Package ca.uhn.fhir.validation
Class SchemaBaseValidator
java.lang.Object
ca.uhn.fhir.validation.SchemaBaseValidator
- All Implemented Interfaces:
IValidatorModule
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
void
validateResource
(IValidationContext<IBaseResource> theContext) Validate the actual resource.
-
Field Details
-
RESOURCES_JAR_NOTE
- See Also:
-
-
Constructor Details
-
SchemaBaseValidator
-
-
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
-
isJaxp15Supported
-