Package org.hl7.fhir.r4.utils
Interface IResourceValidator.IValidatorResourceFetcher
-
- Enclosing interface:
- IResourceValidator
public static interface IResourceValidator.IValidatorResourceFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Elementfetch(Object appContext, String url)booleanresolveURL(Object appContext, String path, String url)IResourceValidator.ReferenceValidationPolicyvalidationPolicy(Object appContext, String path, String url)
-
-
-
Method Detail
-
fetch
Element fetch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
- Throws:
org.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOException
-
validationPolicy
IResourceValidator.ReferenceValidationPolicy validationPolicy(Object appContext, String path, String url)
-
resolveURL
boolean resolveURL(Object appContext, String path, String url) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-