| Package | Description |
|---|---|
| org.hl7.fhir.r4.elementmodel | |
| org.hl7.fhir.r4.formats |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ParserBase.compose(Element e,
OutputStream destination,
IParser.OutputStyle style,
String base) |
void |
VerticalBarParser.compose(Element e,
OutputStream destination,
IParser.OutputStyle style,
String base) |
void |
JsonParser.compose(Element e,
OutputStream stream,
IParser.OutputStyle style,
String identity) |
void |
TurtleParser.compose(Element e,
OutputStream stream,
IParser.OutputStyle style,
String base) |
void |
XmlParser.compose(Element e,
OutputStream stream,
IParser.OutputStyle style,
String base) |
static void |
Manager.compose(IWorkerContext context,
Element e,
OutputStream destination,
Manager.FhirFormat outputFormat,
IParser.OutputStyle style,
String base) |
| Modifier and Type | Field and Description |
|---|---|
protected IParser.OutputStyle |
ParserBase.style |
| Modifier and Type | Method and Description |
|---|---|
IParser.OutputStyle |
ParserBase.getOutputStyle() |
IParser.OutputStyle |
IParser.getOutputStyle()
Writing:
|
static IParser.OutputStyle |
IParser.OutputStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IParser.OutputStyle[] |
IParser.OutputStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IParser |
ParserFactory.parser(Manager.FhirFormat format,
IParser.OutputStyle style) |
IParser |
ParserBase.setOutputStyle(IParser.OutputStyle style) |
IParser |
IParser.setOutputStyle(IParser.OutputStyle value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.