Class SchemaValidator
- java.lang.Object
-
- org.hl7.fhir.validation.cli.utils.SchemaValidator
-
public class SchemaValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidateSchema(String location, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat cntType, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages)
-
-
-
Constructor Detail
-
SchemaValidator
public SchemaValidator()
-
-
Method Detail
-
validateSchema
public static void validateSchema(String location, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat cntType, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages) throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
-