
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 TypeMethodDescriptionvoidcompose(Element e, OutputStream stream, IParser.OutputStyle style, String base) Deprecated.voidDeprecated.protected voiddecorateCanonical(Turtle.Complex t, Element canonical) Deprecated.protected voiddecorateCoding(Turtle.Complex t, Element coding, Turtle.Section section) Deprecated.protected voiddecorateReference(Turtle.Complex t, Element coding) Deprecated.protected StringgetReferenceURI(String ref) Deprecated.protected StringgetURIType(String uri) Deprecated.parse(InputStream input) Deprecated.static StringttlLiteral(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:
parsein classParserBase- Throws:
IOExceptionorg.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:
composein classParserBase- Throws:
IOExceptionorg.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
-