
Package org.hl7.fhir.r4.elementmodel
Class TurtleParser
java.lang.Object
org.hl7.fhir.r4.elementmodel.ParserBase
org.hl7.fhir.r4.elementmodel.TurtleParser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicy
-
Field Summary
FieldsFields inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
context, errors, linkResolver, policy, showDecorations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) Deprecated.void
Deprecated.protected void
decorateCanonical
(Turtle.Complex t, Element canonical) Deprecated.protected void
decorateCoding
(Turtle.Complex t, Element coding, Turtle.Section section) Deprecated.protected void
decorateReference
(Turtle.Complex t, Element coding) Deprecated.protected String
getReferenceURI
(String ref) Deprecated.protected String
getURIType
(String uri) Deprecated.parse
(InputStream input) Deprecated.static String
ttlLiteral
(String value, String type) Deprecated.Methods inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, isShowDecorations, logError, setLinkResolver, setShowDecorations, setupValidation
-
Field Details
-
FHIR_URI_BASE
Deprecated. -
FHIR_VERSION_BASE
Deprecated.
-
-
Constructor Details
-
TurtleParser
Deprecated.
-
-
Method Details
-
parse
Deprecated.- Specified by:
parse
in classParserBase
- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException, org.hl7.fhir.exceptions.FHIRException Deprecated.- Specified by:
compose
in classParserBase
- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
compose
public void compose(Element e, Turtle ttl, String base) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getURIType
Deprecated. -
getReferenceURI
Deprecated. -
decorateReference
Deprecated. -
decorateCanonical
Deprecated. -
ttlLiteral
Deprecated. -
decorateCoding
protected void decorateCoding(Turtle.Complex t, Element coding, Turtle.Section section) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-