Package org.hl7.fhir.r4.utils
Interface IResourceValidator.IValidatorResourceFetcher
- Enclosing interface:
- IResourceValidator
public static interface IResourceValidator.IValidatorResourceFetcher
-
Method Summary
Modifier and TypeMethodDescriptionbooleanresolveURL(Object appContext, String path, String url)validationPolicy(Object appContext, String path, String url)
-
Method Details
-
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
-