
Package org.hl7.fhir.dstu3.elementmodel
Class JsonLDParser
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ParserBase
org.hl7.fhir.dstu3.elementmodel.JsonLDParser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicy
-
Field Summary
Fields inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
context, errors, linkResolver, policy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
close()
Deprecated.protected void
Deprecated.void
compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) Deprecated.protected void
decorateCoding
(Element coding) Deprecated.protected void
Deprecated.protected void
Deprecated.parse
(InputStream stream) Deprecated.protected void
Deprecated.Methods inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, logError, setLinkResolver, setupValidation
-
Constructor Details
-
JsonLDParser
Deprecated.
-
-
Method Details
-
parse
Deprecated.- Specified by:
parse
in classParserBase
-
prop
Deprecated.- Throws:
IOException
-
open
Deprecated.- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-
openArray
Deprecated.- Throws:
IOException
-
closeArray
Deprecated.- Throws:
IOException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException Deprecated.- Specified by:
compose
in classParserBase
- Throws:
IOException
-
decorateCoding
Deprecated.- Throws:
IOException
-