Package org.hl7.fhir.r4.elementmodel
Class Manager
java.lang.Object
org.hl7.fhir.r4.elementmodel.Manager
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Element
build
(IWorkerContext context, StructureDefinition sd) static void
compose
(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) static ParserBase
makeParser
(IWorkerContext context, Manager.FhirFormat format) static Element
parse
(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)
-
Constructor Details
-
Manager
public Manager()
-
-
Method Details
-
parse
public static Element parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
org.hl7.fhir.exceptions.FHIRException
-
compose
public static void compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
makeParser
-
build
-