Package org.hl7.fhir.r5.elementmodel
Class Manager
java.lang.Object
org.hl7.fhir.r5.elementmodel.Manager
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 List<ParserBase.NamedElement>parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) static ElementparseSingle(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)
-
Constructor Details
-
Manager
public Manager()
-
-
Method Details
-
parse
public static List<ParserBase.NamedElement> 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
-
parseSingle
public static Element parseSingle(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
-
build
-