Package org.hl7.fhir.r4.elementmodel
Class Manager
- java.lang.Object
-
- org.hl7.fhir.r4.elementmodel.Manager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManager.FhirFormat
-
Constructor Summary
Constructors Constructor Description Manager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Elementbuild(IWorkerContext context, StructureDefinition sd)static voidcompose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base)static ParserBasemakeParser(IWorkerContext context, Manager.FhirFormat format)static Elementparse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)
-
-
-
Constructor Detail
-
Manager
public Manager()
-
-
Method Detail
-
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.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionIOExceptionorg.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.FHIRExceptionIOException
-
makeParser
public static ParserBase makeParser(IWorkerContext context, Manager.FhirFormat format)
-
build
public static Element build(IWorkerContext context, StructureDefinition sd)
-
-