Uses of Interface
org.hl7.fhir.dstu2.formats.IParser
Package
Description
-
Uses of IParser in org.hl7.fhir.dstu2.formats
Modifier and TypeClassDescriptionclass
class
General parser for JSON content.class
class
class
General parser for XML content.Modifier and TypeMethodDescriptionIParser.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.dstu2.utils
Modifier and TypeMethodDescriptionGet a parser to read/write instances.IWorkerContext.getParser
(ParserType type) Get a parser to read/write instances.SimpleWorkerContext.getParser
(ParserType type) IWorkerContext.newJsonParser()
Get a JSON parserSimpleWorkerContext.newJsonParser()
IWorkerContext.newXmlParser()
Get an XML parserSimpleWorkerContext.newXmlParser()
-
Uses of IParser in org.hl7.fhir.dstu2.utils.client