| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.formats | |
| org.hl7.fhir.dstu2016may.hapi.validation | |
| org.hl7.fhir.dstu2016may.utils |
| Modifier and Type | Method and Description |
|---|---|
IParser |
IParser.setAllowUnknownContent(boolean value) |
IParser |
IParser.setHandleComments(boolean value) |
IParser |
IParser.setOutputStyle(IParser.OutputStyle value) |
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 |
|---|---|
IParser |
HapiWorkerContext.getParser(ParserType theType) |
IParser |
HapiWorkerContext.getParser(String theType) |
IParser |
HapiWorkerContext.newJsonParser() |
IParser |
HapiWorkerContext.newXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
IParser |
IWorkerContext.getParser(ParserType type)
Get a parser to read/write instances.
|
IParser |
IWorkerContext.getParser(String type)
Get a parser to read/write instances.
|
IParser |
IWorkerContext.newJsonParser()
Get a JSON parser
|
IParser |
IWorkerContext.newXmlParser()
Get an XML parser
|
Copyright © 2014–2018 University Health Network. All rights reserved.