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