Uses of Class
org.hl7.fhir.r4.formats.IParser.OutputStyle
-
Packages that use IParser.OutputStyle Package Description org.hl7.fhir.r4.elementmodel org.hl7.fhir.r4.formats -
-
Uses of IParser.OutputStyle in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel with parameters of type IParser.OutputStyle Modifier and Type Method Description 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)abstract voidParserBase. 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) -
Uses of IParser.OutputStyle in org.hl7.fhir.r4.formats
Fields in org.hl7.fhir.r4.formats declared as IParser.OutputStyle Modifier and Type Field Description protected IParser.OutputStyleParserBase. styleMethods in org.hl7.fhir.r4.formats that return IParser.OutputStyle Modifier and Type Method Description IParser.OutputStyleIParser. getOutputStyle()Writing:IParser.OutputStyleParserBase. getOutputStyle()static IParser.OutputStyleIParser.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.Methods in org.hl7.fhir.r4.formats with parameters of type IParser.OutputStyle Modifier and Type Method Description static IParserParserFactory. parser(Manager.FhirFormat format, IParser.OutputStyle style)IParserIParser. setOutputStyle(IParser.OutputStyle value)IParserParserBase. setOutputStyle(IParser.OutputStyle style)
-