Uses of Interface
org.hl7.fhir.dstu2.formats.IParser
-
Packages that use IParser Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.utils org.hl7.fhir.dstu2.utils.client -
-
Uses of IParser in org.hl7.fhir.dstu2.formats
Classes in org.hl7.fhir.dstu2.formats that implement IParser Modifier and Type Class Description classJsonParserclassJsonParserBaseGeneral parser for JSON content.classParserBaseclassXmlParserclassXmlParserBaseGeneral parser for XML content.Methods in org.hl7.fhir.dstu2.formats that return IParser Modifier and Type Method Description 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.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils 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.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return IParser Modifier and Type Method Description protected IParserClientUtils. getParser(String format)
-