Uses of Enum
org.hl7.fhir.r4.formats.IParser.OutputStyle
-
Uses of IParser.OutputStyle in org.hl7.fhir.r4.elementmodel
Modifier and TypeMethodDescriptionvoid
JsonParser.compose
(Element e, OutputStream stream, IParser.OutputStyle style, String identity) static void
Manager.compose
(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) abstract void
ParserBase.compose
(Element e, OutputStream destination, IParser.OutputStyle style, String base) void
TurtleParser.compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) void
VerticalBarParser.compose
(Element e, OutputStream destination, IParser.OutputStyle style, String base) void
XmlParser.compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) -
Uses of IParser.OutputStyle in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionIParser.getOutputStyle()
Writing:ParserBase.getOutputStyle()
static IParser.OutputStyle
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 TypeMethodDescriptionstatic IParser
ParserFactory.parser
(Manager.FhirFormat format, IParser.OutputStyle style) IParser.setOutputStyle
(IParser.OutputStyle value) ParserBase.setOutputStyle
(IParser.OutputStyle style)