Package org.hl7.fhir.r5.renderers.utils
Interface RenderingContext.ITypeParser
- Enclosing class:
RenderingContext
public static interface RenderingContext.ITypeParser
-
Method Summary
-
Method Details
-
parseType
Base parseType(String xml, String type) throws org.hl7.fhir.exceptions.FHIRFormatError, IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
IOException
org.hl7.fhir.exceptions.FHIRException
-
parseType
Base parseType(Element base) throws org.hl7.fhir.exceptions.FHIRFormatError, IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
IOException
org.hl7.fhir.exceptions.FHIRException
-