| Package | Description |
|---|---|
| org.hl7.fhir.r4.context | |
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.utils.client |
| Modifier and Type | Method and Description |
|---|---|
IParser |
SimpleWorkerContext.getParser(ParserType type) |
IParser |
IWorkerContext.getParser(ParserType type)
Get a parser to read/write instances.
|
IParser |
SimpleWorkerContext.getParser(String type) |
IParser |
IWorkerContext.getParser(String type)
Get a parser to read/write instances.
|
IParser |
SimpleWorkerContext.newJsonParser() |
IParser |
IWorkerContext.newJsonParser()
Get a JSON parser
|
IParser |
SimpleWorkerContext.newXmlParser() |
IParser |
IWorkerContext.newXmlParser()
Get an XML parser
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonParser |
class |
JsonParserBase
General parser for JSON content.
|
class |
ParserBase |
class |
RdfParser |
class |
RdfParserBase |
class |
XmlParser |
class |
XmlParserBase
General parser for XML content.
|
| Modifier and Type | Method and Description |
|---|---|
static IParser |
ParserFactory.parser(Manager.FhirFormat format) |
static IParser |
ParserFactory.parser(Manager.FhirFormat format,
IParser.OutputStyle style) |
IParser |
ParserBase.setAllowUnknownContent(boolean allowUnknownContent) |
IParser |
IParser.setAllowUnknownContent(boolean value) |
IParser |
ParserBase.setHandleComments(boolean value) |
IParser |
IParser.setHandleComments(boolean value) |
IParser |
ParserBase.setOutputStyle(IParser.OutputStyle style) |
IParser |
IParser.setOutputStyle(IParser.OutputStyle value) |
IParser |
ParserBase.setSuppressXhtml(String message) |
IParser |
IParser.setSuppressXhtml(String message)
This method is used by the publication tooling to stop the xhrtml narrative being generated.
|
| Modifier and Type | Method and Description |
|---|---|
protected IParser |
ClientUtils.getParser(String format) |
Copyright © 2014–2021 Health Level 7. All rights reserved.