Uses of Class
org.hl7.fhir.dstu2016may.formats.IParser.OutputStyle
-
Packages that use IParser.OutputStyle Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.metamodel -
-
Uses of IParser.OutputStyle in org.hl7.fhir.dstu2016may.formats
Fields in org.hl7.fhir.dstu2016may.formats declared as IParser.OutputStyle Modifier and Type Field Description protected IParser.OutputStyleParserBase. styleMethods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type IParser.OutputStyle Modifier and Type Method Description IParserIParser. setOutputStyle(IParser.OutputStyle value)IParserParserBase. setOutputStyle(IParser.OutputStyle style) -
Uses of IParser.OutputStyle in org.hl7.fhir.dstu2016may.metamodel
Methods in org.hl7.fhir.dstu2016may.metamodel with parameters of type IParser.OutputStyle Modifier and Type Method Description voidJsonLDParser. compose(Element e, OutputStream stream, 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)abstract voidParserBase. compose(Element e, OutputStream destination, IParser.OutputStyle style, String base)voidTurtleParser. compose(Element e, OutputStream stream, IParser.OutputStyle style, String base)voidXmlParser. compose(Element e, OutputStream stream, IParser.OutputStyle style, String base)
-