
Uses of Enum Class
org.hl7.fhir.r5.formats.IParser.OutputStyle
Packages that use IParser.OutputStyle
-
Uses of IParser.OutputStyle in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return IParser.OutputStyleMethods in org.hl7.fhir.r5.elementmodel with parameters of type IParser.OutputStyleModifier and TypeMethodDescriptionvoidFmlParser.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidJsonParser.compose(Element e, OutputStream stream, IParser.OutputStyle style, String identity) static voidManager.compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) voidNDJsonParser.compose(Element e, OutputStream stream, IParser.OutputStyle style, String identity) abstract voidParserBase.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidResourceParser.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidSHCParser.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidSHLParser.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidTurtleParser.compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) voidVerticalBarParser.compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) voidXmlParser.compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) voidTurtleParser.setStyle(IParser.OutputStyle style) -
Uses of IParser.OutputStyle in org.hl7.fhir.r5.formats
Fields in org.hl7.fhir.r5.formats declared as IParser.OutputStyleMethods in org.hl7.fhir.r5.formats that return IParser.OutputStyleModifier and TypeMethodDescriptionIParser.getOutputStyle()Writing:ParserBase.getOutputStyle()static IParser.OutputStyleReturns the enum constant of this class with the specified name.static IParser.OutputStyle[]IParser.OutputStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.formats with parameters of type IParser.OutputStyleModifier and TypeMethodDescriptionstatic IParserParserFactory.parser(Manager.FhirFormat format, IParser.OutputStyle style) IParser.setOutputStyle(IParser.OutputStyle value) ParserBase.setOutputStyle(IParser.OutputStyle style)