Package org.hl7.fhir.dstu3.elementmodel
Class JsonLDParser
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ParserBase
org.hl7.fhir.dstu3.elementmodel.JsonLDParser
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
close()
protected void
void
compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) protected void
decorateCoding
(Element coding) protected void
protected void
parse
(InputStream stream) protected void
Methods inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, logError, setLinkResolver, setupValidation
-
Constructor Details
-
JsonLDParser
-
-
Method Details
-
parse
- Specified by:
parse
in classParserBase
-
prop
- Throws:
IOException
-
open
- Throws:
IOException
-
close
- Throws:
IOException
-
openArray
- Throws:
IOException
-
closeArray
- Throws:
IOException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException - Specified by:
compose
in classParserBase
- Throws:
IOException
-
decorateCoding
- Throws:
IOException
-