Package org.hl7.fhir.r4.utils.validation
Interface IValidatorResourceFetcher
public interface IValidatorResourceFetcher
-
Method Summary
-
Method Details
-
fetch
Element fetch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
resolveURL
boolean resolveURL(Object appContext, String path, String url) throws IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-