IParser |
BaseParser.setDontEncodeElements(Set<String> theDontEncodeElements) |
|
IParser |
IParser.setDontEncodeElements(Set<String> theDontEncodeElements) |
If provided, specifies the elements which should NOT be encoded.
|
IParser |
BaseParser.setDontStripVersionsFromReferencesAtPaths(String... thePaths) |
|
IParser |
BaseParser.setDontStripVersionsFromReferencesAtPaths(Collection<String> thePaths) |
|
IParser |
IParser.setDontStripVersionsFromReferencesAtPaths(String... thePaths) |
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
|
IParser |
IParser.setDontStripVersionsFromReferencesAtPaths(Collection<String> thePaths) |
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
|
IParser |
BaseParser.setEncodeElements(Set<String> theEncodeElements) |
|
IParser |
IParser.setEncodeElements(Set<String> theEncodeElements) |
If provided, specifies the elements which should be encoded, to the exclusion of all others.
|
IParser |
IParser.setEncodeForceResourceId(IIdType theForceResourceId) |
When encoding, force this resource ID to be encoded as the resource ID
|
IParser |
BaseParser.setOmitResourceId(boolean theOmitResourceId) |
|
IParser |
IParser.setOmitResourceId(boolean theOmitResourceId) |
If set to true (default is false) the ID of any resources being encoded will not be
included in the output.
|
IParser |
BaseParser.setOverrideResourceIdWithBundleEntryFullUrl(Boolean theOverrideResourceIdWithBundleEntryFullUrl) |
|
IParser |
IParser.setOverrideResourceIdWithBundleEntryFullUrl(Boolean theOverrideResourceIdWithBundleEntryFullUrl) |
If set to true (which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined.
|
IParser |
BaseParser.setParserErrorHandler(IParserErrorHandler theErrorHandler) |
|
IParser |
IParser.setParserErrorHandler(IParserErrorHandler theErrorHandler) |
Registers an error handler which will be invoked when any parse errors are found
|
IParser |
IParser.setPrettyPrint(boolean thePrettyPrint) |
Sets the "pretty print" flag, meaning that the parser will encode resources with human-readable spacing and
newlines between elements instead of condensing output as much as possible.
|
IParser |
JsonParser.setPrettyPrint(boolean thePrettyPrint) |
|
IParser |
RDFParser.setPrettyPrint(boolean prettyPrint) |
|
IParser |
XmlParser.setPrettyPrint(boolean thePrettyPrint) |
|
IParser |
BaseParser.setServerBaseUrl(String theUrl) |
|
IParser |
IParser.setServerBaseUrl(String theUrl) |
Sets the server's base URL used by this parser.
|
IParser |
BaseParser.setStripVersionsFromReferences(Boolean theStripVersionsFromReferences) |
|
IParser |
IParser.setStripVersionsFromReferences(Boolean theStripVersionsFromReferences) |
If set to true (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
|
IParser |
BaseParser.setSummaryMode(boolean theSummaryMode) |
|
IParser |
IParser.setSummaryMode(boolean theSummaryMode) |
If set to true (default is false) only elements marked by the FHIR specification as
being "summary elements" will be included.
|
IParser |
BaseParser.setSuppressNarratives(boolean theSuppressNarratives) |
|
IParser |
IParser.setSuppressNarratives(boolean theSuppressNarratives) |
If set to true (default is false), narratives will not be included in the encoded
values.
|