Uses of Interface
org.hl7.fhir.r5.formats.IParser
-
Uses of IParser in org.hl7.fhir.r5.formats
Modifier and TypeClassDescriptionclass
class
General parser for JSON content.class
class
class
class
class
General parser for XML content.Modifier and TypeMethodDescriptionstatic IParser
ParserFactory.parser
(Manager.FhirFormat format) static IParser
ParserFactory.parser
(Manager.FhirFormat format, IParser.OutputStyle style) IParser.setAllowUnknownContent
(boolean value) ParserBase.setAllowUnknownContent
(boolean allowUnknownContent) IParser.setHandleComments
(boolean value) ParserBase.setHandleComments
(boolean value) IParser.setOutputStyle
(IParser.OutputStyle value) ParserBase.setOutputStyle
(IParser.OutputStyle style) IParser.setSuppressXhtml
(String message) This method is used by the publication tooling to stop the xhrtml narrative being generated.ParserBase.setSuppressXhtml
(String message) -
Uses of IParser in org.hl7.fhir.r5.utils.client.network