
Package org.hl7.fhir.dstu3.elementmodel
Class TurtleParser
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ParserBase
org.hl7.fhir.dstu3.elementmodel.TurtleParser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicy
-
Field Summary
FieldsFields inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
context, errors, linkResolver, policy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compose
(Element e, OutputStream stream, IParser.OutputStyle style, String base) Deprecated.void
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.dstu3.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, logError, setLinkResolver, setupValidation
-
Field Details
-
FHIR_URI_BASE
Deprecated. -
FHIR_VERSION_BASE
Deprecated.
-
-
Constructor Details
-
TurtleParser
Deprecated.
-
-
Method Details
-
parse
public Element parse(InputStream input) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException Deprecated.- Specified by:
parse
in classParserBase
- Throws:
IOException
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException Deprecated.- Specified by:
compose
in classParserBase
- Throws:
IOException
-
compose
Deprecated. -
getURIType
Deprecated. -
getReferenceURI
Deprecated. -
decorateReference
Deprecated. -
decorateCoding
Deprecated. -
ttlLiteral
Deprecated.
-