Uses of Interface
org.hl7.fhir.r4.formats.IParser
-
Packages that use IParser Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.utils.client -
-
Uses of IParser in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return IParser Modifier and Type Method Description IParserIWorkerContext. getParser(String type)Get a parser to read/write instances.IParserIWorkerContext. getParser(ParserType type)Get a parser to read/write instances.IParserSimpleWorkerContext. getParser(String type)IParserSimpleWorkerContext. getParser(ParserType type)IParserIWorkerContext. newJsonParser()Get a JSON parserIParserSimpleWorkerContext. newJsonParser()IParserIWorkerContext. newXmlParser()Get an XML parserIParserSimpleWorkerContext. newXmlParser() -
Uses of IParser in org.hl7.fhir.r4.formats
Classes in org.hl7.fhir.r4.formats that implement IParser Modifier and Type Class Description classJsonParserclassJsonParserBaseGeneral parser for JSON content.classParserBaseclassRdfParserclassRdfParserBaseclassXmlParserclassXmlParserBaseGeneral parser for XML content.Methods in org.hl7.fhir.r4.formats that return IParser Modifier and Type Method Description static IParserParserFactory. parser(Manager.FhirFormat format)static IParserParserFactory. parser(Manager.FhirFormat format, IParser.OutputStyle style)IParserIParser. setAllowUnknownContent(boolean value)IParserParserBase. setAllowUnknownContent(boolean allowUnknownContent)IParserIParser. setHandleComments(boolean value)IParserParserBase. setHandleComments(boolean value)IParserIParser. setOutputStyle(IParser.OutputStyle value)IParserParserBase. setOutputStyle(IParser.OutputStyle style)IParserIParser. setSuppressXhtml(String message)This method is used by the publication tooling to stop the xhrtml narrative being generated.IParserParserBase. setSuppressXhtml(String message) -
Uses of IParser in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return IParser Modifier and Type Method Description protected IParserClientUtils. getParser(String format)
-