Class Manager
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.metamodel.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 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 Exception
- Throws:
Exception
-
compose
public static void compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) throws Exception
- Throws:
Exception
-
makeParser
public static ParserBase makeParser(IWorkerContext context, Manager.FhirFormat format)
-
-