Uses of Interface
no.hasmac.rdf.RdfLiteral
Packages that use RdfLiteral
-
Uses of RdfLiteral in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfLiteralModifier and TypeMethodDescriptiondefault RdfLiteral
RdfLiteral.asLiteral()
default RdfLiteral
RdfResource.asLiteral()
RdfValue.asLiteral()
Return the RdfValue as a RdfLiteralstatic RdfLiteral
Rdf.createLangString
(String lexicalForm, String langTag) static RdfLiteral
Rdf.createString
(String lexicalForm) static RdfLiteral
Rdf.createTypedString
(String lexicalForm, String dataType) Methods in no.hasmac.rdf that return types with arguments of type RdfLiteral -
Uses of RdfLiteral in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfLiteralMethods in no.hasmac.rdf.impl that return RdfLiteralModifier and TypeMethodDescriptionDefaultRdfProvider.createLangString
(String lexicalForm, String langTag) DefaultRdfProvider.createString
(String lexicalForm) DefaultRdfProvider.createTypedLiteral
(String lexicalForm, String datatype) -
Uses of RdfLiteral in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfLiteralMethods in no.hasmac.rdf.io.nquad with parameters of type RdfLiteral